#556018

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

Shades of Army green #556018

Tints of Army green #556018

Color information

#556018 (or 0x556018) is unknown color: approx Army green. HEX triplet: 55, 60 and 18. RGB value is (85,96,24). Sum of RGB (Red+Green+Blue) = 85+96+24=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #556018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556018 is #AA9FE7. Grayscale: #545454. Windows color (decimal): -11182056 or 1597525. OLE color: 1597525.

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

Color convert

RGB859624-
CMYK0.1100.750.62
HSL69.17º60%23.53%-
HSV(B)69.17º75%37.65%-
XYZ8.0910.362.44-
YUV84.593.86128.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.46%
GREEN value IS 96 (37.89% from 255) = 46.83%
BLUE value IS 24 (9.77% from 255) = 11.71%
R=41.46%
G=46.83%
B=11.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596240.1100.750.6269.176023.53
Hex556018B04B3E453c18
Octal12514030130113761057430
Binary1010101110000011000101101001011111110100010111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556018; }

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

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

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

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

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

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

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

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