#57722F

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

Shades of Dark Olive Green #57722F

Tints of Dark Olive Green #57722F

Color information

#57722F (or 0x57722F) is unknown color: approx Dark Olive Green. HEX triplet: 57, 72 and 2F. RGB value is (87,114,47). Sum of RGB (Red+Green+Blue) = 87+114+47=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #57722F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57722F is #A88DD0. Grayscale: #626262. Windows color (decimal): -11046353 or 3109463. OLE color: 3109463.

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

Color convert

RGB8711447-
CMYK0.2400.590.55
HSL84.18º41.61%31.57%-
HSV(B)84.18º58.77%44.71%-
XYZ10.4614.274.89-
YUV98.2999.05119.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.08%
GREEN value IS 114 (44.92% from 255) = 45.97%
BLUE value IS 47 (18.75% from 255) = 18.95%
R=35.08%
G=45.97%
B=18.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87114470.2400.590.5584.1841.6131.57
Hex57722F1803B37542a20
Octal1271625730073671245240
Binary101011111100101011111100001110111101111010100101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57722F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57722F; }

 p { color: rgb(87,114,47); }

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

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

 a { background-color: rgb(87,114,47); }

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

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

 span { border-color: rgb(87,114,47); }

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