#57682B

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

Shades of Dark Olive Green #57682B

Tints of Dark Olive Green #57682B

Color information

#57682B (or 0x57682B) is unknown color: approx Dark Olive Green. HEX triplet: 57, 68 and 2B. RGB value is (87,104,43). Sum of RGB (Red+Green+Blue) = 87+104+43=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 104 - color contains mainly: green. Hex color #57682B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57682B is #A897D4. Grayscale: #5C5C5C. Windows color (decimal): -11048917 or 2844759. OLE color: 2844759.

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

Color convert

RGB8710443-
CMYK0.1600.590.59
HSL76.72º41.5%28.82%-
HSV(B)76.72º58.65%40.78%-
XYZ9.3212.14.13-
YUV91.96100.37124.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.18%
GREEN value IS 104 (41.02% from 255) = 44.44%
BLUE value IS 43 (17.19% from 255) = 18.38%
R=37.18%
G=44.44%
B=18.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87104430.1600.590.5976.7241.528.82
Hex57682B1003B3B4d291d
Octal1271505320073731155135
Binary10101111101000101011100000111011111011100110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57682B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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