Html Css Color HEX #565914 Army green

📋 copy color: '#565914'

red 86 ◦ green 89 ◦ blue 20

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

Shades of Army green #565914

Tints of Army green #565914

RGB

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

 GREEN value IS 89 (35.16% from 255) = 45.64%

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

R = 44.1%
G = 45.64%
B = 10.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#565914 (or 0x565914) is known color: Army green. HEX triplet: 56, 59 and 14. RGB value is (86,89,20). Sum of RGB (Red+Green+Blue) = 86+89+20=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 89 - color contains mainly: green. Hex color #565914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565914 is #A9A6EB. Grayscale: #505050. Windows color (decimal): -11118316 or 1333590. OLE color: 1333590.

HSL color Cylindrical-coordinate representation of color #565914: hue angle of 62.61º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #565914 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 86 89 20 -
CMYK 0.03 0 0.78 0.65
HSL 62.61º 0.63% 0.21% -
HSV(B) 62.61º 0.78% 0.35% -
XYZ 7.54 9.17 2.04 -
YUV 80.24 94.01 132.11 -
System Red Green Blue C M Y K H S L
Decimal 86 89 20 0.03 0 0.78 0.65 62.61 0.63 0.21
Hex 56 59 14 3 0 4E 41 3F 3F 15
Octal 126 131 24 3 0 116 101 77 77 25
Binary 1010110 1011001 10100 11 0 1001110 1000001 111111 111111 10101

Color Harmonies of #565914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565914

Black with #565914

Text Example


Text Example

White with #565914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565914; }

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

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

background-color css

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

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

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

border-color css

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

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

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