#57712D

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

Shades of Dark Olive Green #57712D

Tints of Dark Olive Green #57712D

Color information

#57712D (or 0x57712D) is unknown color: approx Dark Olive Green. HEX triplet: 57, 71 and 2D. RGB value is (87,113,45). Sum of RGB (Red+Green+Blue) = 87+113+45=245 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.51% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #57712D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57712D is #A88ED2. Grayscale: #616161. Windows color (decimal): -11046611 or 2978135. OLE color: 2978135.

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

Color convert

RGB8711345-
CMYK0.2300.600.56
HSL82.94º43.04%30.98%-
HSV(B)82.94º60.18%44.31%-
XYZ10.3114.034.65-
YUV97.4798.39120.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.51%
GREEN value IS 113 (44.53% from 255) = 46.12%
BLUE value IS 45 (17.97% from 255) = 18.37%
R=35.51%
G=46.12%
B=18.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87113450.2300.600.5682.9443.0430.98
Hex57712D1703C38532b1f
Octal1271615527074701235337
Binary10101111110001101101101110111100111000101001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57712D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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