#535212

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

Shades of Army green #535212

Tints of Army green #535212

Color information

#535212 (or 0x535212) is unknown color: approx Army green. HEX triplet: 53, 52 and 12. RGB value is (83,82,18). Sum of RGB (Red+Green+Blue) = 83+82+18=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #535212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535212 is #ACADED. Grayscale: #4B4B4B. Windows color (decimal): -11316718 or 1200723. OLE color: 1200723.

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

Color convert

RGB838218-
CMYK00.010.780.67
HSL59.08º64.36%19.8%-
HSV(B)59.08º78.31%32.55%-
XYZ6.697.921.75-
YUV7595.83133.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.36%
GREEN value IS 82 (32.42% from 255) = 44.81%
BLUE value IS 18 (7.42% from 255) = 9.84%
R=45.36%
G=44.81%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83821800.010.780.6759.0864.3619.8
Hex535212014E433b4014
Octal12312222011161037310024
Binary10100111010010100100110011101000011111011100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535212; }

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

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

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

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

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

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

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

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