#555819

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

Shades of Army green #555819

Tints of Army green #555819

Color information

#555819 (or 0x555819) is unknown color: approx Army green. HEX triplet: 55, 58 and 19. RGB value is (85,88,25). Sum of RGB (Red+Green+Blue) = 85+88+25=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 88 - color contains mainly: green. Hex color #555819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555819 is #AAA7E6. Grayscale: #505050. Windows color (decimal): -11184103 or 1661013. OLE color: 1661013.

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

Color convert

RGB858825-
CMYK0.0300.720.65
HSL62.86º55.75%22.16%-
HSV(B)62.86º71.59%34.51%-
XYZ7.418.982.26-
YUV79.9297.01131.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.93%
GREEN value IS 88 (34.77% from 255) = 44.44%
BLUE value IS 25 (10.16% from 255) = 12.63%
R=42.93%
G=44.44%
B=12.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8588250.0300.720.6562.8655.7522.16
Hex5558193048413f3816
Octal1251303130110101777026
Binary10101011011000110011101001000100000111111111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555819; }

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

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

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

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

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

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

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

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