Html Css Color HEX #496565 Tax Break

📋 copy color: '#496565'

red 73 ◦ green 101 ◦ blue 101

#496565
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tax Break #496565

Tints of Tax Break #496565

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 value IS 0.28

 M value IS 0

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#496565 (or 0x496565) is known color: 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

RGB 73 101 101 -
CMYK 0.28 0 0 0.60
HSL 180º 0.16% 0.34% -
HSV(B) 180º 0.28% 0.4% -
XYZ 9.75 11.66 14.05 -
YUV 92.63 132.72 114 -
System Red Green Blue C M Y K H S L
Decimal 73 101 101 0.28 0 0 0.60 180 0.16 0.34
Hex 49 65 65 1C 0 0 3C B4 10 22
Octal 111 145 145 34 0 0 74 264 20 42
Binary 1001001 1100101 1100101 11100 0 0 111100 10110100 10000 100010

Color Harmonies of #496565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496565

Black with #496565

Text Example


Text Example

White with #496565

Text Example


Text Example

HTML Codes & Css Web 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>