#57662d

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

Shades of Dark Olive Green #57662D

Tints of Dark Olive Green #57662D

Color information

#57662D (or 0x57662D) is unknown color: approx Dark Olive Green. HEX triplet: 57, 66 and 2D. RGB value is (87,102,45). Sum of RGB (Red+Green+Blue) = 87+102+45=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 102 - color contains mainly: green. Hex color #57662D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57662D is #A899D2. Grayscale: #5B5B5B. Windows color (decimal): -11049427 or 2975319. OLE color: 2975319.

HSL color Cylindrical-coordinate representation of color #57662D: hue angle of 75.79º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57662D is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.6.

Color convert

RGB8710245-
CMYK0.1500.560.6
HSL75.79º38.78%28.82%-
HSV(B)75.79º55.88%40%-
XYZ9.1611.724.26-
YUV91.02102.03125.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.18%
GREEN value IS 102 (40.23% from 255) = 43.59%
BLUE value IS 45 (17.97% from 255) = 19.23%
R=37.18%
G=43.59%
B=19.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal87102450.1500.560.675.7938.7828.82
Hex57662DF0383C4c271d
Octal1271465517070741144735
Binary1010111110011010110111110111000111100100110010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57662d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57662d; }

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

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

<style>
 a { background-color: #57662d; }

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

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

<style>
 span { border-color: #57662d; }

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

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