#555215

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

Shades of Army green #555215

Tints of Army green #555215

Color information

#555215 (or 0x555215) is unknown color: approx Army green. HEX triplet: 55, 52 and 15. RGB value is (85,82,21). Sum of RGB (Red+Green+Blue) = 85+82+21=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #555215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555215 is #AAADEA. Grayscale: #4C4C4C. Windows color (decimal): -11185643 or 1397333. OLE color: 1397333.

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

Color convert

RGB858221-
CMYK00.040.750.67
HSL57.19º60.38%20.78%-
HSV(B)57.19º75.29%33.33%-
XYZ6.98.021.89-
YUV75.9496.99134.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 82 (32.42% from 255) = 43.62%
BLUE value IS 21 (8.59% from 255) = 11.17%
R=45.21%
G=43.62%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85822100.040.750.6757.1960.3820.78
Hex555215044B43393c15
Octal1251222504113103717425
Binary101010110100101010101001001011100001111100111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555215; }

 p { color: rgb(85,82,21); }

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

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

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

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

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

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

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