Html Css Color HEX #565514 Army green

📋 copy color: '#565514'

red 86 ◦ green 85 ◦ blue 20

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

Shades of Army green #565514

Tints of Army green #565514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.5%

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

R = 45.03%
G = 44.5%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#565514 (or 0x565514) is known color: Army green. HEX triplet: 56, 55 and 14. RGB value is (86,85,20). Sum of RGB (Red+Green+Blue) = 86+85+20=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #565514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565514 is #A9AAEB. Grayscale: #4E4E4E. Windows color (decimal): -11119340 or 1332566. OLE color: 1332566.

HSL color Cylindrical-coordinate representation of color #565514: hue angle of 59.09º 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 #565514 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 85 20 -
CMYK 0 0.01 0.77 0.66
HSL 59.09º 0.62% 0.21% -
HSV(B) 59.09º 0.77% 0.34% -
XYZ 7.21 8.53 1.93 -
YUV 77.89 95.33 133.79 -
System Red Green Blue C M Y K H S L
Decimal 86 85 20 0 0.01 0.77 0.66 59.09 0.62 0.21
Hex 56 55 14 0 1 4D 42 3B 3E 15
Octal 126 125 24 0 1 115 102 73 76 25
Binary 1010110 1010101 10100 0 1 1001101 1000010 111011 111110 10101

Color Harmonies of #565514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565514

Black with #565514

Text Example


Text Example

White with #565514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565514; }

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

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

background-color css

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

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

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

border-color css

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

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

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