#555F16

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

Shades of Army green #555F16

Tints of Army green #555F16

Color information

#555F16 (or 0x555F16) is unknown color: approx Army green. HEX triplet: 55, 5F and 16. RGB value is (85,95,22). Sum of RGB (Red+Green+Blue) = 85+95+22=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 95 (37.5% from 255 or 47.03% from 202); Blue value is 22 (8.98% from 255 or 10.89% from 202); Max value from RGB is 95 - color contains mainly: green. Hex color #555F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555F16 is #AAA0E9. Grayscale: #535353. Windows color (decimal): -11182314 or 1466197. OLE color: 1466197.

HSL color Cylindrical-coordinate representation of color #555F16: hue angle of 68.22º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #555F16 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.63.

Color convert

RGB859522-
CMYK0.1100.770.63
HSL68.22º62.39%22.94%-
HSV(B)68.22º76.84%37.25%-
XYZ7.9810.172.3-
YUV83.6993.19128.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.08%
GREEN value IS 95 (37.5% from 255) = 47.03%
BLUE value IS 22 (8.98% from 255) = 10.89%
R=42.08%
G=47.03%
B=10.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8595220.1100.770.6368.2262.3922.94
Hex555F16B04D3F443e17
Octal12513726130115771047627
Binary1010101101111110110101101001101111111100010011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555F16; }

 p { color: rgb(85,95,22); }

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

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

 a { background-color: rgb(85,95,22); }

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

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

 span { border-color: rgb(85,95,22); }

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