#555813

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

Shades of Army green #555813

Tints of Army green #555813

Color information

#555813 (or 0x555813) is unknown color: approx Army green. HEX triplet: 55, 58 and 13. RGB value is (85,88,19). Sum of RGB (Red+Green+Blue) = 85+88+19=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 88 - color contains mainly: green. Hex color #555813 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555813 is #AAA7EC. Grayscale: #4F4F4F. Windows color (decimal): -11184109 or 1267797. OLE color: 1267797.

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

Color convert

RGB858819-
CMYK0.0300.780.65
HSL62.61º64.49%20.98%-
HSV(B)62.61º78.41%34.51%-
XYZ7.358.961.96-
YUV79.2494.01132.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.27%
GREEN value IS 88 (34.77% from 255) = 45.83%
BLUE value IS 19 (7.81% from 255) = 9.90%
R=44.27%
G=45.83%
B=9.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8588190.0300.780.6562.6164.4920.98
Hex555813304E413f4015
Octal12513023301161017710025
Binary101010110110001001111010011101000001111111100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555813; }

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

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

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

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

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

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

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

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