#556017

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

Shades of Army green #556017

Tints of Army green #556017

Color information

#556017 (or 0x556017) is unknown color: approx Army green. HEX triplet: 55, 60 and 17. RGB value is (85,96,23). Sum of RGB (Red+Green+Blue) = 85+96+23=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 23 (9.38% from 255 or 11.27% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #556017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556017 is #AA9FE8. Grayscale: #545454. Windows color (decimal): -11182057 or 1531989. OLE color: 1531989.

HSL color Cylindrical-coordinate representation of color #556017: hue angle of 69.04º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #556017 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB859623-
CMYK0.1100.760.62
HSL69.04º61.34%23.33%-
HSV(B)69.04º76.04%37.65%-
XYZ8.0810.362.38-
YUV84.3993.36128.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.67%
GREEN value IS 96 (37.89% from 255) = 47.06%
BLUE value IS 23 (9.38% from 255) = 11.27%
R=41.67%
G=47.06%
B=11.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596230.1100.760.6269.0461.3423.33
Hex556017B04C3E453d17
Octal12514027130114761057527
Binary1010101110000010111101101001100111110100010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556017; }

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

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

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

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

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

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

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

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