#57742D

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

Shades of Dark Olive Green #57742D

Tints of Dark Olive Green #57742D

Color information

#57742D (or 0x57742D) is unknown color: approx Dark Olive Green. HEX triplet: 57, 74 and 2D. RGB value is (87,116,45). Sum of RGB (Red+Green+Blue) = 87+116+45=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 116 - color contains mainly: green. Hex color #57742D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57742D is #A88BD2. Grayscale: #636363. Windows color (decimal): -11045843 or 2978903. OLE color: 2978903.

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

Color convert

RGB8711645-
CMYK0.2500.610.55
HSL84.51º44.1%31.57%-
HSV(B)84.51º61.21%45.49%-
XYZ10.6514.714.76-
YUV99.2397.39119.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.08%
GREEN value IS 116 (45.70% from 255) = 46.77%
BLUE value IS 45 (17.97% from 255) = 18.15%
R=35.08%
G=46.77%
B=18.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87116450.2500.610.5584.5144.131.57
Hex57742D1903D37552c20
Octal1271645531075671255440
Binary101011111101001011011100101111011101111010101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57742D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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