#55541C

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

Shades of Army green #55541C

Tints of Army green #55541C

Color information

#55541C (or 0x55541C) is unknown color: approx Army green. HEX triplet: 55, 54 and 1C. RGB value is (85,84,28). Sum of RGB (Red+Green+Blue) = 85+84+28=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #55541C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55541C is #AAABE3. Grayscale: #4E4E4E. Windows color (decimal): -11185124 or 1856597. OLE color: 1856597.

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

Color convert

RGB858428-
CMYK00.010.670.67
HSL58.95º50.44%22.16%-
HSV(B)58.95º67.06%33.33%-
XYZ7.138.362.34-
YUV77.9199.83133.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 84 (33.20% from 255) = 42.64%
BLUE value IS 28 (11.33% from 255) = 14.21%
R=43.15%
G=42.64%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85842800.010.670.6758.9550.4422.16
Hex55541C0143433b3216
Octal1251243401103103736226
Binary1010101101010011100011000011100001111101111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55541C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55541C; }

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

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

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

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

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

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

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

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