#535516

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

Shades of Army green #535516

Tints of Army green #535516

Color information

#535516 (or 0x535516) is unknown color: approx Army green. HEX triplet: 53, 55 and 16. RGB value is (83,85,22). Sum of RGB (Red+Green+Blue) = 83+85+22=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #535516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535516 is #ACAAE9. Grayscale: #4D4D4D. Windows color (decimal): -11315946 or 1463635. OLE color: 1463635.

HSL color Cylindrical-coordinate representation of color #535516: hue angle of 61.9º degrees, saturation: 0.59, 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 #535516 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB838522-
CMYK0.0200.740.67
HSL61.9º58.88%20.98%-
HSV(B)61.9º74.12%33.33%-
XYZ6.968.392.01-
YUV77.2296.84132.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.68%
GREEN value IS 85 (33.59% from 255) = 44.74%
BLUE value IS 22 (8.98% from 255) = 11.58%
R=43.68%
G=44.74%
B=11.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8385220.0200.740.6761.958.8820.98
Hex535516204A433e3b15
Octal1231252620112103767325
Binary10100111010101101101001001010100001111111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535516; }

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

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

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

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

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

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

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

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