Html Css Color HEX #565414 Army green

📋 copy color: '#565414'

red 86 ◦ green 84 ◦ blue 20

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

Shades of Army green #565414

Tints of Army green #565414

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.21%

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

R = 45.26%
G = 44.21%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#565414 (or 0x565414) is known color: Army green. HEX triplet: 56, 54 and 14. RGB value is (86,84,20). Sum of RGB (Red+Green+Blue) = 86+84+20=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 86 - color contains mainly: red. Hex color #565414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565414 is #A9ABEB. Grayscale: #4D4D4D. Windows color (decimal): -11119596 or 1332310. OLE color: 1332310.

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

Color convert

RGB 86 84 20 -
CMYK 0 0.02 0.77 0.66
HSL 58.18º 0.62% 0.21% -
HSV(B) 58.18º 0.77% 0.34% -
XYZ 7.13 8.37 1.9 -
YUV 77.3 95.66 134.2 -
System Red Green Blue C M Y K H S L
Decimal 86 84 20 0 0.02 0.77 0.66 58.18 0.62 0.21
Hex 56 54 14 0 2 4D 42 3A 3E 15
Octal 126 124 24 0 2 115 102 72 76 25
Binary 1010110 1010100 10100 0 10 1001101 1000010 111010 111110 10101

Color Harmonies of #565414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565414

Black with #565414

Text Example


Text Example

White with #565414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565414; }

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

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

background-color css

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

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

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

border-color css

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

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

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