#57682D

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

Shades of Dark Olive Green #57682D

Tints of Dark Olive Green #57682D

Color information

#57682D (or 0x57682D) is unknown color: approx Dark Olive Green. HEX triplet: 57, 68 and 2D. RGB value is (87,104,45). Sum of RGB (Red+Green+Blue) = 87+104+45=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 104 - color contains mainly: green. Hex color #57682D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57682D is #A897D2. Grayscale: #5C5C5C. Windows color (decimal): -11048915 or 2975831. OLE color: 2975831.

HSL color Cylindrical-coordinate representation of color #57682D: hue angle of 77.29º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57682D is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB8710445-
CMYK0.1600.570.59
HSL77.29º39.6%29.22%-
HSV(B)77.29º56.73%40.78%-
XYZ9.3512.124.33-
YUV92.19101.37124.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.86%
GREEN value IS 104 (41.02% from 255) = 44.07%
BLUE value IS 45 (17.97% from 255) = 19.07%
R=36.86%
G=44.07%
B=19.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87104450.1600.570.5977.2939.629.22
Hex57682D100393B4d281d
Octal1271505520071731155035
Binary10101111101000101101100000111001111011100110110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57682D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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