#555E1C

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

Shades of Army green #555E1C

Tints of Army green #555E1C

Color information

#555E1C (or 0x555E1C) is unknown color: approx Army green. HEX triplet: 55, 5E and 1C. RGB value is (85,94,28). Sum of RGB (Red+Green+Blue) = 85+94+28=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 94 (37.11% from 255 or 45.41% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 94 - color contains mainly: green. Hex color #555E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555E1C is #AAA1E3. Grayscale: #545454. Windows color (decimal): -11182564 or 1859157. OLE color: 1859157.

HSL color Cylindrical-coordinate representation of color #555E1C: hue angle of 68.18º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #555E1C is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.63.

Color convert

RGB859428-
CMYK0.1000.700.63
HSL68.18º54.1%23.92%-
HSV(B)68.18º70.21%36.86%-
XYZ7.9610.022.61-
YUV83.7896.52128.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.06%
GREEN value IS 94 (37.11% from 255) = 45.41%
BLUE value IS 28 (11.33% from 255) = 13.53%
R=41.06%
G=45.41%
B=13.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8594280.1000.700.6368.1854.123.92
Hex555E1CA0463F443618
Octal12513634120106771046630
Binary1010101101111011100101001000110111111100010011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555E1C; }

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

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

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

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

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

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

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

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