#535416

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

Shades of Army green #535416

Tints of Army green #535416

Color information

#535416 (or 0x535416) is unknown color: approx Army green. HEX triplet: 53, 54 and 16. RGB value is (83,84,22). Sum of RGB (Red+Green+Blue) = 83+84+22=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 84 - color contains mainly: green. Hex color #535416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535416 is #ACABE9. Grayscale: #4C4C4C. Windows color (decimal): -11316202 or 1463379. OLE color: 1463379.

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

Color convert

RGB838422-
CMYK0.0100.740.67
HSL60.97º58.49%20.78%-
HSV(B)60.97º73.81%32.94%-
XYZ6.888.241.99-
YUV76.6397.17132.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 84 (33.20% from 255) = 44.44%
BLUE value IS 22 (8.98% from 255) = 11.64%
R=43.92%
G=44.44%
B=11.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8384220.0100.740.6760.9758.4920.78
Hex535416104A433d3a15
Octal1231242610112103757225
Binary1010011101010010110101001010100001111110111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535416; }

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

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

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

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

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

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

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

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