#555416

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

Shades of Army green #555416

Tints of Army green #555416

Color information

#555416 (or 0x555416) is unknown color: approx Army green. HEX triplet: 55, 54 and 16. RGB value is (85,84,22). Sum of RGB (Red+Green+Blue) = 85+84+22=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #555416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555416 is #AAABE9. Grayscale: #4D4D4D. Windows color (decimal): -11185130 or 1463381. OLE color: 1463381.

HSL color Cylindrical-coordinate representation of color #555416: hue angle of 59.05º 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 #555416 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB858422-
CMYK00.010.740.67
HSL59.05º58.88%20.98%-
HSV(B)59.05º74.12%33.33%-
XYZ7.068.331.99-
YUV77.2396.83133.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.50%
GREEN value IS 84 (33.20% from 255) = 43.98%
BLUE value IS 22 (8.98% from 255) = 11.52%
R=44.50%
G=43.98%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85842200.010.740.6759.0558.8820.98
Hex555416014A433b3b15
Octal1251242601112103737325
Binary1010101101010010110011001010100001111101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555416; }

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

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

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

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

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

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

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

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