#57732D

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

Shades of Dark Olive Green #57732D

Tints of Dark Olive Green #57732D

Color information

#57732D (or 0x57732D) is unknown color: approx Dark Olive Green. HEX triplet: 57, 73 and 2D. RGB value is (87,115,45). Sum of RGB (Red+Green+Blue) = 87+115+45=247 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.22% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 115 - color contains mainly: green. Hex color #57732D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57732D is #A88CD2. Grayscale: #626262. Windows color (decimal): -11046099 or 2978647. OLE color: 2978647.

HSL color Cylindrical-coordinate representation of color #57732D: hue angle of 84º degrees, saturation: 0.44, 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 #57732D is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB8711545-
CMYK0.2400.610.55
HSL84º43.75%31.37%-
HSV(B)84º60.87%45.1%-
XYZ10.5314.484.72-
YUV98.6597.72119.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.22%
GREEN value IS 115 (45.31% from 255) = 46.56%
BLUE value IS 45 (17.97% from 255) = 18.22%
R=35.22%
G=46.56%
B=18.22%

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
Decimal87115450.2400.610.558443.7531.37
Hex57732D1803D37542c1f
Octal1271635530075671245437
Binary10101111110011101101110000111101110111101010010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57732D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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