#535413

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

Shades of Army green #535413

Tints of Army green #535413

Color information

#535413 (or 0x535413) is unknown color: approx Army green. HEX triplet: 53, 54 and 13. RGB value is (83,84,19). Sum of RGB (Red+Green+Blue) = 83+84+19=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #535413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535413 is #ACABEC. Grayscale: #4C4C4C. Windows color (decimal): -11316205 or 1266771. OLE color: 1266771.

HSL color Cylindrical-coordinate representation of color #535413: hue angle of 60.92º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #535413 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB838419-
CMYK0.0100.770.67
HSL60.92º63.11%20.2%-
HSV(B)60.92º77.38%32.94%-
XYZ6.868.231.84-
YUV76.2995.67132.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.62%
GREEN value IS 84 (33.20% from 255) = 45.16%
BLUE value IS 19 (7.81% from 255) = 10.22%
R=44.62%
G=45.16%
B=10.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8384190.0100.770.6760.9263.1120.2
Hex535413104D433d3f14
Octal1231242310115103757724
Binary1010011101010010011101001101100001111110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535413; }

 p { color: rgb(83,84,19); }

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

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

 a { background-color: rgb(83,84,19); }

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

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

 span { border-color: rgb(83,84,19); }

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