#555417

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

Shades of Army green #555417

Tints of Army green #555417

Color information

#555417 (or 0x555417) is unknown color: approx Army green. HEX triplet: 55, 54 and 17. RGB value is (85,84,23). Sum of RGB (Red+Green+Blue) = 85+84+23=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 23 (9.38% from 255 or 11.98% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #555417 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555417 is #AAABE8. Grayscale: #4D4D4D. Windows color (decimal): -11185129 or 1528917. OLE color: 1528917.

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

Color convert

RGB858423-
CMYK00.010.730.67
HSL59.03º57.41%21.18%-
HSV(B)59.03º72.94%33.33%-
XYZ7.078.332.05-
YUV77.3497.33133.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.27%
GREEN value IS 84 (33.20% from 255) = 43.75%
BLUE value IS 23 (9.38% from 255) = 11.98%
R=44.27%
G=43.75%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85842300.010.730.6759.0357.4121.18
Hex5554170149433b3915
Octal1251242701111103737125
Binary1010101101010010111011001001100001111101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555417; }

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

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

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

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

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

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

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

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