#496565

Color #496565 Tax Break (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tax Break #496565

Tints of Tax Break #496565

Color information

#496565 (or 0x496565) is unknown color: approx Tax Break. HEX triplet: 49, 65 and 65. RGB value is (73,101,101). Sum of RGB (Red+Green+Blue) = 73+101+101=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 101 - color contains mainly: green, blue. Hex color #496565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496565 is #B69A9A. Grayscale: #5C5C5C. Windows color (decimal): -11967131 or 6645065. OLE color: 6645065.

HSL color Cylindrical-coordinate representation of color #496565: hue angle of 180º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #496565 is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB73101101-
CMYK0.28000.60
HSL180º16.09%34.12%-
HSV(B)180º27.72%39.61%-
XYZ9.7511.6614.05-
YUV92.63132.72114-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.55%
GREEN value IS 101 (39.84% from 255) = 36.73%
BLUE value IS 101 (39.84% from 255) = 36.73%
R=26.55%
G=36.73%
B=36.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal731011010.28000.6018016.0934.12
Hex4965651C003Cb41022
Octal1111451453400742642042
Binary10010011100101110010111100001111001011010010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496565; }

 p { color: rgb(73,101,101); }

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

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

 a { background-color: rgb(73,101,101); }

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

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

 span { border-color: rgb(73,101,101); }

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