#55692E

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

Shades of Dark Olive Green #55692E

Tints of Dark Olive Green #55692E

Color information

#55692E (or 0x55692E) is unknown color: approx Dark Olive Green. HEX triplet: 55, 69 and 2E. RGB value is (85,105,46). Sum of RGB (Red+Green+Blue) = 85+105+46=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 46 (18.36% from 255 or 19.49% from 236); Max value from RGB is 105 - color contains mainly: green. Hex color #55692E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55692E is #AA96D1. Grayscale: #5C5C5C. Windows color (decimal): -11179730 or 3041621. OLE color: 3041621.

HSL color Cylindrical-coordinate representation of color #55692E: hue angle of 80.34º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55692E is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB8510546-
CMYK0.1900.560.59
HSL80.34º39.07%29.61%-
HSV(B)80.34º56.19%41.18%-
XYZ9.2912.234.46-
YUV92.29101.87122.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.02%
GREEN value IS 105 (41.41% from 255) = 44.49%
BLUE value IS 46 (18.36% from 255) = 19.49%
R=36.02%
G=44.49%
B=19.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85105460.1900.560.5980.3439.0729.61
Hex55692E130383B50271e
Octal1251515623070731204736
Binary10101011101001101110100110111000111011101000010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55692E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55692E; }

 p { color: rgb(85,105,46); }

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

<style>
 a { background-color: #55692E; }

 a { background-color: rgb(85,105,46); }

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

<style>
 span { border-color: #55692E; }

 span { border-color: rgb(85,105,46); }

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