#555319

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

Shades of Army green #555319

Tints of Army green #555319

Color information

#555319 (or 0x555319) is unknown color: approx Army green. HEX triplet: 55, 53 and 19. RGB value is (85,83,25). Sum of RGB (Red+Green+Blue) = 85+83+25=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #555319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555319 is #AAACE6. Grayscale: #4D4D4D. Windows color (decimal): -11185383 or 1659733. OLE color: 1659733.

HSL color Cylindrical-coordinate representation of color #555319: hue angle of 58º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #555319 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB858325-
CMYK00.020.710.67
HSL58º54.55%21.57%-
HSV(B)58º70.59%33.33%-
XYZ7.028.192.13-
YUV76.9998.66133.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.04%
GREEN value IS 83 (32.81% from 255) = 43.01%
BLUE value IS 25 (10.16% from 255) = 12.95%
R=44.04%
G=43.01%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85832500.020.710.675854.5521.57
Hex5553190247433a3716
Octal1251233102107103726726
Binary10101011010011110010101000111100001111101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555319; }

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

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

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

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

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

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

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

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