#57742C

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

Shades of Dark Olive Green #57742C

Tints of Dark Olive Green #57742C

Color information

#57742C (or 0x57742C) is unknown color: approx Dark Olive Green. HEX triplet: 57, 74 and 2C. RGB value is (87,116,44). Sum of RGB (Red+Green+Blue) = 87+116+44=247 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.22% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 116 - color contains mainly: green. Hex color #57742C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57742C is #A88BD3. Grayscale: #636363. Windows color (decimal): -11045844 or 2913367. OLE color: 2913367.

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

Color convert

RGB8711644-
CMYK0.2500.620.55
HSL84.17º45%31.37%-
HSV(B)84.17º62.07%45.49%-
XYZ10.6314.74.66-
YUV99.1296.89119.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.22%
GREEN value IS 116 (45.70% from 255) = 46.96%
BLUE value IS 44 (17.58% from 255) = 17.81%
R=35.22%
G=46.96%
B=17.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87116440.2500.620.5584.174531.37
Hex57742C1903E37542d1f
Octal1271645431076671245537
Binary10101111110100101100110010111110110111101010010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57742C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57742C; }

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

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

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

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

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

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

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

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