#535016

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

Shades of Army green #535016

Tints of Army green #535016

Color information

#535016 (or 0x535016) is unknown color: approx Army green. HEX triplet: 53, 50 and 16. RGB value is (83,80,22). Sum of RGB (Red+Green+Blue) = 83+80+22=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #535016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535016 is #ACAFE9. Grayscale: #4A4A4A. Windows color (decimal): -11317226 or 1462355. OLE color: 1462355.

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

Color convert

RGB838022-
CMYK00.040.730.67
HSL57.05º58.1%20.59%-
HSV(B)57.05º73.49%32.55%-
XYZ6.587.631.89-
YUV74.2898.49134.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 80 (31.64% from 255) = 43.24%
BLUE value IS 22 (8.98% from 255) = 11.89%
R=44.86%
G=43.24%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83802200.040.730.6757.0558.120.59
Hex535016044943393a15
Octal1231202604111103717225
Binary101001110100001011001001001001100001111100111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535016; }

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

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

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

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

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

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

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

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