#577331

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

Shades of Dark Olive Green #577331

Tints of Dark Olive Green #577331

Color information

#577331 (or 0x577331) is unknown color: approx Dark Olive Green. HEX triplet: 57, 73 and 31. RGB value is (87,115,49). Sum of RGB (Red+Green+Blue) = 87+115+49=251 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.66% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 115 - color contains mainly: green. Hex color #577331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #577331 is #A88CCE. Grayscale: #636363. Windows color (decimal): -11046095 or 3240791. OLE color: 3240791.

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

Color convert

RGB8711549-
CMYK0.2400.570.55
HSL85.45º40.24%32.16%-
HSV(B)85.45º57.39%45.1%-
XYZ10.6214.515.15-
YUV99.199.72119.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.66%
GREEN value IS 115 (45.31% from 255) = 45.82%
BLUE value IS 49 (19.53% from 255) = 19.52%
R=34.66%
G=45.82%
B=19.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87115490.2400.570.5585.4540.2432.16
Hex5773311803937552820
Octal1271636130071671255040
Binary101011111100111100011100001110011101111010101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577331; }

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

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

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

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

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

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

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

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