#57712B

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

Shades of Dark Olive Green #57712B

Tints of Dark Olive Green #57712B

Color information

#57712B (or 0x57712B) is unknown color: approx Dark Olive Green. HEX triplet: 57, 71 and 2B. RGB value is (87,113,43). Sum of RGB (Red+Green+Blue) = 87+113+43=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 113 - color contains mainly: green. Hex color #57712B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57712B is #A88ED4. Grayscale: #616161. Windows color (decimal): -11046613 or 2847063. OLE color: 2847063.

HSL color Cylindrical-coordinate representation of color #57712B: hue angle of 82.29º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57712B is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB8711343-
CMYK0.2300.620.56
HSL82.29º44.87%30.59%-
HSV(B)82.29º61.95%44.31%-
XYZ10.2714.014.45-
YUV97.2597.39120.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.80%
GREEN value IS 113 (44.53% from 255) = 46.50%
BLUE value IS 43 (17.19% from 255) = 17.70%
R=35.80%
G=46.50%
B=17.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87113430.2300.620.5682.2944.8730.59
Hex57712B1703E38522d1f
Octal1271615327076701225537
Binary10101111110001101011101110111110111000101001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57712B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57712B; }

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

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

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

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

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

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

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

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