#577431

Color #577431 Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #577431

Tints of Dark Olive Green #577431

Color information

#577431 (or 0x577431) is unknown color: approx Dark Olive Green. HEX triplet: 57, 74 and 31. RGB value is (87,116,49). Sum of RGB (Red+Green+Blue) = 87+116+49=252 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.52% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 116 - color contains mainly: green. Hex color #577431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #577431 is #A88BCE. Grayscale: #636363. Windows color (decimal): -11045839 or 3241047. OLE color: 3241047.

HSL color Cylindrical-coordinate representation of color #577431: hue angle of 85.97º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #577431 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB8711649-
CMYK0.2500.580.55
HSL85.97º40.61%32.35%-
HSV(B)85.97º57.76%45.49%-
XYZ10.7314.745.19-
YUV99.6999.39118.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 34.52%
GREEN value IS 116 (45.70% from 255) = 46.03%
BLUE value IS 49 (19.53% from 255) = 19.44%
R=34.52%
G=46.03%
B=19.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87116490.2500.580.5585.9740.6132.35
Hex5774311903A37562920
Octal1271646131072671265140
Binary101011111101001100011100101110101101111010110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577431; }

 p { color: rgb(87,116,49); }

 H1.HeaderClassName
 {
   color: #577431;
 }
 .AnyTagClassName
 {
   color: #577431;
 }
</style>
background-color css

<style>
 a { background-color: #577431; }

 a { background-color: rgb(87,116,49); }

 div.DivClassName
 {
   background-color: #577431;
 }
 .BgClassName
 {
   background-color: #577431;
 }
</style>
border-color css

<style>
 span { border-color: #577431; }

 span { border-color: rgb(87,116,49); }

 td.TdClassName
 {
   border-color: #577431;
 }
 .TagClassName
 {
   border-color: #577431;
 }
</style>