#555718

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

Shades of Army green #555718

Tints of Army green #555718

Color information

#555718 (or 0x555718) is unknown color: approx Army green. HEX triplet: 55, 57 and 18. RGB value is (85,87,24). Sum of RGB (Red+Green+Blue) = 85+87+24=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 87 - color contains mainly: green. Hex color #555718 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555718 is #AAA8E7. Grayscale: #4F4F4F. Windows color (decimal): -11184360 or 1595221. OLE color: 1595221.

HSL color Cylindrical-coordinate representation of color #555718: hue angle of 61.9º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #555718 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB858724-
CMYK0.0200.720.66
HSL61.9º56.76%21.76%-
HSV(B)61.9º72.41%34.12%-
XYZ7.328.812.18-
YUV79.2296.84132.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.37%
GREEN value IS 87 (34.38% from 255) = 44.39%
BLUE value IS 24 (9.77% from 255) = 12.24%
R=43.37%
G=44.39%
B=12.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8587240.0200.720.6661.956.7621.76
Hex5557182048423e3916
Octal1251273020110102767126
Binary10101011010111110001001001000100001011111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555718; }

 p { color: rgb(85,87,24); }

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

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

 a { background-color: rgb(85,87,24); }

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

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

 span { border-color: rgb(85,87,24); }

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