Html Css Color HEX #565314 Army green

📋 copy color: '#565314'

red 86 ◦ green 83 ◦ blue 20

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

Shades of Army green #565314

Tints of Army green #565314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.92%

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

R = 45.5%
G = 43.92%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#565314 (or 0x565314) is known color: Army green. HEX triplet: 56, 53 and 14. RGB value is (86,83,20). Sum of RGB (Red+Green+Blue) = 86+83+20=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #565314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565314 is #A9ACEB. Grayscale: #4C4C4C. Windows color (decimal): -11119852 or 1332054. OLE color: 1332054.

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

Color convert

RGB 86 83 20 -
CMYK 0 0.03 0.77 0.66
HSL 57.27º 0.62% 0.21% -
HSV(B) 57.27º 0.77% 0.34% -
XYZ 7.06 8.22 1.88 -
YUV 76.72 95.99 134.62 -
System Red Green Blue C M Y K H S L
Decimal 86 83 20 0 0.03 0.77 0.66 57.27 0.62 0.21
Hex 56 53 14 0 3 4D 42 39 3E 15
Octal 126 123 24 0 3 115 102 71 76 25
Binary 1010110 1010011 10100 0 11 1001101 1000010 111001 111110 10101

Color Harmonies of #565314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565314

Black with #565314

Text Example


Text Example

White with #565314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565314; }

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

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

background-color css

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

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

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

border-color css

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

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

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