#555516

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

Shades of Army green #555516

Tints of Army green #555516

Color information

#555516 (or 0x555516) is unknown color: approx Army green. HEX triplet: 55, 55 and 16. RGB value is (85,85,22). Sum of RGB (Red+Green+Blue) = 85+85+22=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555516 is #AAAAE9. Grayscale: #4E4E4E. Windows color (decimal): -11184874 or 1463637. OLE color: 1463637.

HSL color Cylindrical-coordinate representation of color #555516: hue angle of 60º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #555516 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB858522-
CMYK000.740.67
HSL60º58.88%20.98%-
HSV(B)60º74.12%33.33%-
XYZ7.148.492.02-
YUV77.8296.5133.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.27%
GREEN value IS 85 (33.59% from 255) = 44.27%
BLUE value IS 22 (8.98% from 255) = 11.46%
R=44.27%
G=44.27%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal858522000.740.676058.8820.98
Hex555516004A433c3b15
Octal1251252600112103747325
Binary1010101101010110110001001010100001111110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555516; }

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

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

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

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

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

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

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

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