#577134

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

Shades of Dark Olive Green #577134

Tints of Dark Olive Green #577134

Color information

#577134 (or 0x577134) is unknown color: approx Dark Olive Green. HEX triplet: 57, 71 and 34. RGB value is (87,113,52). Sum of RGB (Red+Green+Blue) = 87+113+52=252 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.52% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #577134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #577134 is #A88ECB. Grayscale: #626262. Windows color (decimal): -11046604 or 3436887. OLE color: 3436887.

HSL color Cylindrical-coordinate representation of color #577134: hue angle of 85.57º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #577134 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB8711352-
CMYK0.2300.540.56
HSL85.57º36.97%32.35%-
HSV(B)85.57º53.98%44.31%-
XYZ10.4614.085.42-
YUV98.27101.89119.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.52%
GREEN value IS 113 (44.53% from 255) = 44.84%
BLUE value IS 52 (20.70% from 255) = 20.63%
R=34.52%
G=44.84%
B=20.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87113520.2300.540.5685.5736.9732.35
Hex5771341703638562520
Octal1271616427066701264540
Binary101011111100011101001011101101101110001010110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577134; }

 p { color: rgb(87,113,52); }

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

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

 a { background-color: rgb(87,113,52); }

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

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

 span { border-color: rgb(87,113,52); }

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