#535116

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

Shades of Army green #535116

Tints of Army green #535116

Color information

#535116 (or 0x535116) is unknown color: approx Army green. HEX triplet: 53, 51 and 16. RGB value is (83,81,22). Sum of RGB (Red+Green+Blue) = 83+81+22=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #535116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535116 is #ACAEE9. Grayscale: #4B4B4B. Windows color (decimal): -11316970 or 1462611. OLE color: 1462611.

HSL color Cylindrical-coordinate representation of color #535116: hue angle of 58.03º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #535116 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB838122-
CMYK00.020.730.67
HSL58.03º58.1%20.59%-
HSV(B)58.03º73.49%32.55%-
XYZ6.657.781.91-
YUV74.8798.16133.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.62%
GREEN value IS 81 (32.03% from 255) = 43.55%
BLUE value IS 22 (8.98% from 255) = 11.83%
R=44.62%
G=43.55%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83812200.020.730.6758.0358.120.59
Hex5351160249433a3a15
Octal1231212602111103727225
Binary10100111010001101100101001001100001111101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535116; }

 p { color: rgb(83,81,22); }

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

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

 a { background-color: rgb(83,81,22); }

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

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

 span { border-color: rgb(83,81,22); }

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