#555420

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

Shades of Army green #555420

Tints of Army green #555420

Color information

#555420 (or 0x555420) is unknown color: approx Army green. HEX triplet: 55, 54 and 20. RGB value is (85,84,32). Sum of RGB (Red+Green+Blue) = 85+84+32=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #555420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555420 is #AAABDF. Grayscale: #4E4E4E. Windows color (decimal): -11185120 or 2118741. OLE color: 2118741.

HSL color Cylindrical-coordinate representation of color #555420: hue angle of 58.87º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #555420 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB858432-
CMYK00.010.620.67
HSL58.87º45.3%22.94%-
HSV(B)58.87º62.35%33.33%-
XYZ7.188.382.6-
YUV78.37101.83132.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.29%
GREEN value IS 84 (33.20% from 255) = 41.79%
BLUE value IS 32 (12.89% from 255) = 15.92%
R=42.29%
G=41.79%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85843200.010.620.6758.8745.322.94
Hex555420013E433b2d17
Octal125124400176103735527
Binary1010101101010010000001111110100001111101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555420; }

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

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

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

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

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

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

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

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