#55682B

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

Shades of Dark Olive Green #55682B

Tints of Dark Olive Green #55682B

Color information

#55682B (or 0x55682B) is unknown color: approx Dark Olive Green. HEX triplet: 55, 68 and 2B. RGB value is (85,104,43). Sum of RGB (Red+Green+Blue) = 85+104+43=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 104 - color contains mainly: green. Hex color #55682B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55682B is #AA97D4. Grayscale: #5B5B5B. Windows color (decimal): -11179989 or 2844757. OLE color: 2844757.

HSL color Cylindrical-coordinate representation of color #55682B: hue angle of 78.69º 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 #55682B is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB8510443-
CMYK0.1800.590.59
HSL78.69º41.5%28.82%-
HSV(B)78.69º58.65%40.78%-
XYZ9.1312.014.12-
YUV91.36100.71123.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 104 (41.02% from 255) = 44.83%
BLUE value IS 43 (17.19% from 255) = 18.53%
R=36.64%
G=44.83%
B=18.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85104430.1800.590.5978.6941.528.82
Hex55682B1203B3B4f291d
Octal1251505322073731175135
Binary10101011101000101011100100111011111011100111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55682B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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