Color Hex Logo

#489551 Color Hex

#489551
(72,149,81)
0 Favorites   0 Comments

Color spaces of #489551

RGB 7214981
HSL0.350.350.43
HSV127°52°58°
CMYK 0.520.000.46   0.42
XYZ14.905123.466711.5285
Yxy23.46670.29870.4703
Hunter Lab48.4424-29.852219.7997
CIE-Lab55.5498-38.774128.7451

#489551 color RGB value is (72,149,81).

#489551 hex color red value is 72, green value is 149 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #489551 hue: 0.35 , saturation: 0.35 and the lightness value of 489551 is 0.43.

The process color (four color CMYK) of #489551 color hex is 0.52, 0.00, 0.46, 0.42. Web safe color of #489551 is #339966. Color #489551 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010101 01010001
Octal 110 225 121
Decimal 72 149 81
Hex 48 95 51

RGB Percentages of Color #489551

%23.84
%49.34
%26.82

CMYK Percentages of Color #489551

%52
%0
%46
%42

Triadic Colors of #489551

#489551 #514895 #955148

Analogous Colors of #489551

#489551 #489578 #669548

Monochromatic Colors of #489551

#489551

Complementary Color

#489551 #95488c

#489551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#489551 Color CSS Codes

.mybgcolor {background-color:#489551; } 
.myforecolor {color:#489551; }
.mybordercolor {border:3px solid #489551; }

#489551 Text Font Color

<p style="color:#489551">Text here</p>

This sample text font color is #489551
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#489551 Background Color

<div style="background-color:#489551">
Div content here</div>

This div background color is #489551


#489551 Border Color

<div style="border:3px solid #489551">
Div here</div>

This div border color is #489551


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,149,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #489551; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #489551;
  -webkit-box-shadow: 1px 1px 3px 2px #489551;
  box-shadow:         1px 1px 3px 2px #489551; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,149,81, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #489551">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #489551;
  -webkit-box-shadow: 1px 1px 3px 2px #489551;
  box-shadow:         1px 1px 3px 2px #489551;">
Div content here</div>

This div box has shadow with color #489551


Comments

No comments written yet.

Please login to write comment.