Html Css Color HEX #565614 Army green

📋 copy color: '#565614'

red 86 ◦ green 86 ◦ blue 20

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

Shades of Army green #565614

Tints of Army green #565614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 44.79%

 BLUE value IS 20 (8.2% from 255) = 10.42%

R = 44.79%
G = 44.79%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#565614 (or 0x565614) is known color: Army green. HEX triplet: 56, 56 and 14. RGB value is (86,86,20). Sum of RGB (Red+Green+Blue) = 86+86+20=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 86 - color contains mainly: red, green. Hex color #565614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565614 is #A9A9EB. Grayscale: #4E4E4E. Windows color (decimal): -11119084 or 1332822. OLE color: 1332822.

HSL color Cylindrical-coordinate representation of color #565614: hue angle of 60º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #565614 is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 86 20 -
CMYK 0 0 0.77 0.66
HSL 60º 0.62% 0.21% -
HSV(B) 60º 0.77% 0.34% -
XYZ 7.29 8.68 1.95 -
YUV 78.48 95 133.37 -
System Red Green Blue C M Y K H S L
Decimal 86 86 20 0 0 0.77 0.66 60 0.62 0.21
Hex 56 56 14 0 0 4D 42 3C 3E 15
Octal 126 126 24 0 0 115 102 74 76 25
Binary 1010110 1010110 10100 0 0 1001101 1000010 111100 111110 10101

Color Harmonies of #565614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565614

Black with #565614

Text Example


Text Example

White with #565614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565614; }

 p { color: rgb(86,86,20); }

 H1.HeaderClassName
 {
   color: #565614;
 }
 .AnyTagClassName
 {
   color: #565614;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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