#535213

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

Shades of Army green #535213

Tints of Army green #535213

Color information

#535213 (or 0x535213) is unknown color: approx Army green. HEX triplet: 53, 52 and 13. RGB value is (83,82,19). Sum of RGB (Red+Green+Blue) = 83+82+19=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #535213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535213 is #ACADEC. Grayscale: #4B4B4B. Windows color (decimal): -11316717 or 1266259. OLE color: 1266259.

HSL color Cylindrical-coordinate representation of color #535213: hue angle of 59.06º 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 #535213 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB838219-
CMYK00.010.770.67
HSL59.06º62.75%20%-
HSV(B)59.06º77.11%32.55%-
XYZ6.77.921.79-
YUV75.1296.33133.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.11%
GREEN value IS 82 (32.42% from 255) = 44.57%
BLUE value IS 19 (7.81% from 255) = 10.33%
R=45.11%
G=44.57%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83821900.010.770.6759.0662.7520
Hex535213014D433b3f14
Octal1231222301115103737724
Binary1010011101001010011011001101100001111101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535213; }

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

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

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

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

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

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

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

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