#555614

Color #555614 Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #555614

Tints of Army green #555614

Color information

#555614 (or 0x555614) is unknown color: approx Army green. HEX triplet: 55, 56 and 14. RGB value is (85,86,20). Sum of RGB (Red+Green+Blue) = 85+86+20=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 86 (33.98% from 255 or 45.03% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 86 - color contains mainly: green. Hex color #555614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555614 is #AAA9EB. Grayscale: #4E4E4E. Windows color (decimal): -11184620 or 1332821. OLE color: 1332821.

HSL color Cylindrical-coordinate representation of color #555614: hue angle of 60.91º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #555614 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB858620-
CMYK0.0100.770.66
HSL60.91º62.26%20.78%-
HSV(B)60.91º76.74%33.73%-
XYZ7.28.641.95-
YUV78.1895.17132.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.50%
GREEN value IS 86 (33.98% from 255) = 45.03%
BLUE value IS 20 (8.20% from 255) = 10.47%
R=44.50%
G=45.03%
B=10.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8586200.0100.770.6660.9162.2620.78
Hex555614104D423d3e15
Octal1251262410115102757625
Binary1010101101011010100101001101100001011110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555614; }

 p { color: rgb(85,86,20); }

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

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

 a { background-color: rgb(85,86,20); }

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

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

 span { border-color: rgb(85,86,20); }

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