Html Css Color HEX #566018 Army green

📋 copy color: '#566018'

red 86 ◦ green 96 ◦ blue 24

#566018
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Army green #566018

Tints of Army green #566018

RGB

 RED value IS 86 (33.98% from 255) = 41.75%

 GREEN value IS 96 (37.89% from 255) = 46.6%

 BLUE value IS 24 (9.77% from 255) = 11.65%

R = 41.75%
G = 46.6%
B = 11.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#566018 (or 0x566018) is known color: 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

RGB 86 96 24 -
CMYK 0.10 0 0.75 0.62
HSL 68.33º 0.6% 0.24% -
HSV(B) 68.33º 0.75% 0.38% -
XYZ 8.19 10.41 2.44 -
YUV 84.8 93.69 128.85 -
System Red Green Blue C M Y K H S L
Decimal 86 96 24 0.10 0 0.75 0.62 68.33 0.6 0.24
Hex 56 60 18 A 0 4B 3E 44 3C 18
Octal 126 140 30 12 0 113 76 104 74 30
Binary 1010110 1100000 11000 1010 0 1001011 111110 1000100 111100 11000

Color Harmonies of #566018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566018

Black with #566018

Text Example


Text Example

White with #566018

Text Example


Text Example

HTML Codes & Css Web 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>