#55692A

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

Shades of Dark Olive Green #55692A

Tints of Dark Olive Green #55692A

Color information

#55692A (or 0x55692A) is unknown color: approx Dark Olive Green. HEX triplet: 55, 69 and 2A. RGB value is (85,105,42). Sum of RGB (Red+Green+Blue) = 85+105+42=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 105 - color contains mainly: green. Hex color #55692A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55692A is #AA96D5. Grayscale: #5C5C5C. Windows color (decimal): -11179734 or 2779477. OLE color: 2779477.

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

Color convert

RGB8510542-
CMYK0.1900.60.59
HSL79.05º42.86%28.82%-
HSV(B)79.05º60%41.18%-
XYZ9.2212.24.06-
YUV91.8499.87123.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 105 (41.41% from 255) = 45.26%
BLUE value IS 42 (16.80% from 255) = 18.10%
R=36.64%
G=45.26%
B=18.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85105420.1900.60.5979.0542.8628.82
Hex55692A1303C3B4f2b1d
Octal1251515223074731175335
Binary10101011101001101010100110111100111011100111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55692A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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