#566018

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

Shades of Army green #566018

Tints of Army green #566018

Color information

#566018 (or 0x566018) is unknown color: approx Army green. HEX triplet: 56, 60 and 18. RGB value is (86,96,24). Sum of RGB (Red+Green+Blue) = 86+96+24=206 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.75% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #566018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566018 is #A99FE7. Grayscale: #555555. Windows color (decimal): -11116520 or 1597526. OLE color: 1597526.

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

Color convert

RGB869624-
CMYK0.1000.750.62
HSL68.33º60%23.53%-
HSV(B)68.33º75%37.65%-
XYZ8.1910.412.44-
YUV84.893.69128.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.75%
GREEN value IS 96 (37.89% from 255) = 46.60%
BLUE value IS 24 (9.77% from 255) = 11.65%
R=41.75%
G=46.60%
B=11.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8696240.1000.750.6268.336023.53
Hex566018A04B3E443c18
Octal12614030120113761047430
Binary1010110110000011000101001001011111110100010011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566018; }

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

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

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

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

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

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

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

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