#55692F

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

Shades of Dark Olive Green #55692F

Tints of Dark Olive Green #55692F

Color information

#55692F (or 0x55692F) is unknown color: approx Dark Olive Green. HEX triplet: 55, 69 and 2F. RGB value is (85,105,47). Sum of RGB (Red+Green+Blue) = 85+105+47=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 105 - color contains mainly: green. Hex color #55692F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55692F is #AA96D0. Grayscale: #5C5C5C. Windows color (decimal): -11179729 or 3107157. OLE color: 3107157.

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

Color convert

RGB8510547-
CMYK0.1900.550.59
HSL80.69º38.16%29.8%-
HSV(B)80.69º55.24%41.18%-
XYZ9.3112.244.56-
YUV92.41102.37122.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.86%
GREEN value IS 105 (41.41% from 255) = 44.30%
BLUE value IS 47 (18.75% from 255) = 19.83%
R=35.86%
G=44.30%
B=19.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85105470.1900.550.5980.6938.1629.8
Hex55692F130373B51261e
Octal1251515723067731214636
Binary10101011101001101111100110110111111011101000110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55692F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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