#555A16

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

Shades of Army green #555A16

Tints of Army green #555A16

Color information

#555A16 (or 0x555A16) is unknown color: approx Army green. HEX triplet: 55, 5A and 16. RGB value is (85,90,22). Sum of RGB (Red+Green+Blue) = 85+90+22=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 90 - color contains mainly: green. Hex color #555A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555A16 is #AAA5E9. Grayscale: #515151. Windows color (decimal): -11183594 or 1464917. OLE color: 1464917.

HSL color Cylindrical-coordinate representation of color #555A16: hue angle of 64.41º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #555A16 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB859022-
CMYK0.0600.760.65
HSL64.41º60.71%21.96%-
HSV(B)64.41º75.56%35.29%-
XYZ7.559.32.16-
YUV80.7594.84131.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 90 (35.55% from 255) = 45.69%
BLUE value IS 22 (8.98% from 255) = 11.17%
R=43.15%
G=45.69%
B=11.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8590220.0600.760.6564.4160.7121.96
Hex555A16604C41403d16
Octal12513226601141011007526
Binary1010101101101010110110010011001000001100000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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