#565414

Color #565414 Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #565414

Tints of Army green #565414

Color information

#565414 (or 0x565414) is unknown color: approx 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

RGB868420-
CMYK00.020.770.66
HSL58.18º62.26%20.78%-
HSV(B)58.18º76.74%33.73%-
XYZ7.138.371.9-
YUV77.395.66134.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.26%
GREEN value IS 84 (33.20% from 255) = 44.21%
BLUE value IS 20 (8.20% from 255) = 10.53%
R=45.26%
G=44.21%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86842000.020.770.6658.1862.2620.78
Hex565414024D423a3e15
Octal1261242402115102727625
Binary10101101010100101000101001101100001011101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>