Html Css Color HEX #565210 Army green

📋 copy color: '#565210'

red 86 ◦ green 82 ◦ blue 16

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

Shades of Army green #565210

Tints of Army green #565210

RGB

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

 GREEN value IS 82 (32.42% from 255) = 44.57%

 BLUE value IS 16 (6.64% from 255) = 8.7%

R = 46.74%
G = 44.57%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.66

RGB Variations

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

Color information

#565210 (or 0x565210) is known color: Army green. HEX triplet: 56, 52 and 10. RGB value is (86,82,16). Sum of RGB (Red+Green+Blue) = 86+82+16=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #565210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565210 is #A9ADEF. Grayscale: #4B4B4B. Windows color (decimal): -11120112 or 1069654. OLE color: 1069654.

HSL color Cylindrical-coordinate representation of color #565210: hue angle of 56.57º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #565210 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 82 16 -
CMYK 0 0.05 0.81 0.66
HSL 56.57º 0.69% 0.2% -
HSV(B) 56.57º 0.81% 0.34% -
XYZ 6.95 8.05 1.68 -
YUV 75.67 94.33 135.37 -
System Red Green Blue C M Y K H S L
Decimal 86 82 16 0 0.05 0.81 0.66 56.57 0.69 0.2
Hex 56 52 10 0 5 51 42 39 45 14
Octal 126 122 20 0 5 121 102 71 105 24
Binary 1010110 1010010 10000 0 101 1010001 1000010 111001 1000101 10100

Color Harmonies of #565210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565210

Black with #565210

Text Example


Text Example

White with #565210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565210; }

 p { color: rgb(86,82,16); }

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

background-color css

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

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

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

border-color css

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

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

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