#565314

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

Shades of Army green #565314

Tints of Army green #565314

Color information

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

RGB868320-
CMYK00.030.770.66
HSL57.27º62.26%20.78%-
HSV(B)57.27º76.74%33.73%-
XYZ7.068.221.88-
YUV76.7295.99134.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.50%
GREEN value IS 83 (32.81% from 255) = 43.92%
BLUE value IS 20 (8.20% from 255) = 10.58%
R=45.50%
G=43.92%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86832000.030.770.6657.2762.2620.78
Hex565314034D42393e15
Octal1261232403115102717625
Binary10101101010011101000111001101100001011100111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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