#556319

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

Shades of Army green #556319

Tints of Army green #556319

Color information

#556319 (or 0x556319) is unknown color: approx Army green. HEX triplet: 55, 63 and 19. RGB value is (85,99,25). Sum of RGB (Red+Green+Blue) = 85+99+25=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 99 (39.06% from 255 or 47.37% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 99 - color contains mainly: green. Hex color #556319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556319 is #AA9CE6. Grayscale: #565656. Windows color (decimal): -11181287 or 1663829. OLE color: 1663829.

HSL color Cylindrical-coordinate representation of color #556319: hue angle of 71.35º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #556319 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB859925-
CMYK0.1400.750.61
HSL71.35º59.68%24.31%-
HSV(B)71.35º74.75%38.82%-
XYZ8.3810.932.59-
YUV86.3893.36127.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.67%
GREEN value IS 99 (39.06% from 255) = 47.37%
BLUE value IS 25 (10.16% from 255) = 11.96%
R=40.67%
G=47.37%
B=11.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8599250.1400.750.6171.3559.6824.31
Hex556319E04B3D473c18
Octal12514331160113751077430
Binary1010101110001111001111001001011111101100011111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556319; }

 p { color: rgb(85,99,25); }

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

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

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

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

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

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

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