#566118

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

Shades of Army green #566118

Tints of Army green #566118

Color information

#566118 (or 0x566118) is unknown color: approx Army green. HEX triplet: 56, 61 and 18. RGB value is (86,97,24). Sum of RGB (Red+Green+Blue) = 86+97+24=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 97 (38.28% from 255 or 46.86% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 97 - color contains mainly: green. Hex color #566118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566118 is #A99EE7. Grayscale: #555555. Windows color (decimal): -11116264 or 1597782. OLE color: 1597782.

HSL color Cylindrical-coordinate representation of color #566118: hue angle of 69.04º 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 #566118 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB869724-
CMYK0.1100.750.62
HSL69.04º60.33%23.73%-
HSV(B)69.04º75.26%38.04%-
XYZ8.2810.592.47-
YUV85.3993.36128.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.55%
GREEN value IS 97 (38.28% from 255) = 46.86%
BLUE value IS 24 (9.77% from 255) = 11.59%
R=41.55%
G=46.86%
B=11.59%

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
Decimal8697240.1100.750.6269.0460.3323.73
Hex566118B04B3E453c18
Octal12614130130113761057430
Binary1010110110000111000101101001011111110100010111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566118; }

 p { color: rgb(86,97,24); }

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

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

 a { background-color: rgb(86,97,24); }

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

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

 span { border-color: rgb(86,97,24); }

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