#57722D

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

Shades of Dark Olive Green #57722D

Tints of Dark Olive Green #57722D

Color information

#57722D (or 0x57722D) is unknown color: approx Dark Olive Green. HEX triplet: 57, 72 and 2D. RGB value is (87,114,45). Sum of RGB (Red+Green+Blue) = 87+114+45=246 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.37% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 114 - color contains mainly: green. Hex color #57722D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57722D is #A88DD2. Grayscale: #626262. Windows color (decimal): -11046355 or 2978391. OLE color: 2978391.

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

Color convert

RGB8711445-
CMYK0.2400.610.55
HSL83.48º43.4%31.18%-
HSV(B)83.48º60.53%44.71%-
XYZ10.4214.254.68-
YUV98.0698.05120.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.37%
GREEN value IS 114 (44.92% from 255) = 46.34%
BLUE value IS 45 (17.97% from 255) = 18.29%
R=35.37%
G=46.34%
B=18.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87114450.2400.610.5583.4843.431.18
Hex57722D1803D37532b1f
Octal1271625530075671235337
Binary10101111110010101101110000111101110111101001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57722D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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