#555418

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

Shades of Army green #555418

Tints of Army green #555418

Color information

#555418 (or 0x555418) is unknown color: approx Army green. HEX triplet: 55, 54 and 18. RGB value is (85,84,24). Sum of RGB (Red+Green+Blue) = 85+84+24=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #555418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555418 is #AAABE7. Grayscale: #4D4D4D. Windows color (decimal): -11185128 or 1594453. OLE color: 1594453.

HSL color Cylindrical-coordinate representation of color #555418: hue angle of 59.02º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #555418 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB858424-
CMYK00.010.720.67
HSL59.02º55.96%21.37%-
HSV(B)59.02º71.76%33.33%-
XYZ7.088.342.1-
YUV77.4697.83133.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.04%
GREEN value IS 84 (33.20% from 255) = 43.52%
BLUE value IS 24 (9.77% from 255) = 12.44%
R=44.04%
G=43.52%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85842400.010.720.6759.0255.9621.37
Hex5554180148433b3815
Octal1251243001110103737025
Binary1010101101010011000011001000100001111101111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555418; }

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

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

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

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

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

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

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

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