#56530E

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

Shades of Army green #56530E

Tints of Army green #56530E

Color information

#56530E (or 0x56530E) is unknown color: approx Army green. HEX triplet: 56, 53 and 0E. RGB value is (86,83,14). Sum of RGB (Red+Green+Blue) = 86+83+14=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #56530E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56530E is #A9ACF1. Grayscale: #4C4C4C. Windows color (decimal): -11119858 or 938838. OLE color: 938838.

HSL color Cylindrical-coordinate representation of color #56530E: hue angle of 57.5º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #56530E is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB868314-
CMYK00.030.840.66
HSL57.5º72%19.61%-
HSV(B)57.5º83.72%33.73%-
XYZ7.018.21.63-
YUV76.0392.99135.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.99%
GREEN value IS 83 (32.81% from 255) = 45.36%
BLUE value IS 14 (5.86% from 255) = 7.65%
R=46.99%
G=45.36%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86831400.030.840.6657.57219.61
Hex5653E0354423a4814
Octal12612316031241027211024
Binary10101101010011111001110101001000010111010100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56530E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56530E; }

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

 H1.HeaderClassName
 {
   color: #56530E;
 }
 .AnyTagClassName
 {
   color: #56530E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #56530E;
 }
 .BgClassName
 {
   background-color: #56530E;
 }
</style>
border-color css

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

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

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