#56530F

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

Shades of Army green #56530F

Tints of Army green #56530F

Color information

#56530F (or 0x56530F) is unknown color: approx Army green. HEX triplet: 56, 53 and 0F. RGB value is (86,83,15). Sum of RGB (Red+Green+Blue) = 86+83+15=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #56530F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56530F is #A9ACF0. Grayscale: #4C4C4C. Windows color (decimal): -11119857 or 1004374. OLE color: 1004374.

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

Color convert

RGB868315-
CMYK00.030.830.66
HSL57.46º70.3%19.8%-
HSV(B)57.46º82.56%33.73%-
XYZ7.028.21.66-
YUV76.1493.49135.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.74%
GREEN value IS 83 (32.81% from 255) = 45.11%
BLUE value IS 15 (6.25% from 255) = 8.15%
R=46.74%
G=45.11%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86831500.030.830.6657.4670.319.8
Hex5653F035342394614
Octal12612317031231027110624
Binary10101101010011111101110100111000010111001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56530F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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