#555815

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

Shades of Army green #555815

Tints of Army green #555815

Color information

#555815 (or 0x555815) is unknown color: approx Army green. HEX triplet: 55, 58 and 15. RGB value is (85,88,21). Sum of RGB (Red+Green+Blue) = 85+88+21=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 88 - color contains mainly: green. Hex color #555815 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555815 is #AAA7EA. Grayscale: #4F4F4F. Windows color (decimal): -11184107 or 1398869. OLE color: 1398869.

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

Color convert

RGB858821-
CMYK0.0300.760.65
HSL62.69º61.47%21.37%-
HSV(B)62.69º76.14%34.51%-
XYZ7.378.962.05-
YUV79.4695.01131.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.81%
GREEN value IS 88 (34.77% from 255) = 45.36%
BLUE value IS 21 (8.59% from 255) = 10.82%
R=43.81%
G=45.36%
B=10.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8588210.0300.760.6562.6961.4721.37
Hex555815304C413f3d15
Octal1251302530114101777525
Binary10101011011000101011101001100100000111111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555815; }

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

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

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

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

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

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

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

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