Html Css Color HEX #496D73 Tax Break

📋 copy color: '#496D73'

red 73 ◦ green 109 ◦ blue 115

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

Shades of Tax Break #496D73

Tints of Tax Break #496D73

RGB

 RED value IS 73 (28.91% from 255) = 24.58%

 GREEN value IS 109 (42.97% from 255) = 36.7%

 BLUE value IS 115 (45.31% from 255) = 38.72%

R = 24.58%
G = 36.7%
B = 38.72%

CMYK

 C value IS 0.37

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#496D73 (or 0x496D73) is known color: Tax Break. HEX triplet: 49, 6D and 73. RGB value is (73,109,115). Sum of RGB (Red+Green+Blue) = 73+109+115=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 115 - color contains mainly: blue. Hex color #496D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496D73 is #B6928C. Grayscale: #626262. Windows color (decimal): -11965069 or 7564617. OLE color: 7564617.

HSL color Cylindrical-coordinate representation of color #496D73: hue angle of 188.57º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #496D73 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 109 115 -
CMYK 0.37 0.05 0 0.55
HSL 188.57º 0.22% 0.37% -
HSV(B) 188.57º 0.37% 0.45% -
XYZ 11.31 13.59 18.25 -
YUV 98.92 137.07 109.51 -
System Red Green Blue C M Y K H S L
Decimal 73 109 115 0.37 0.05 0 0.55 188.57 0.22 0.37
Hex 49 6D 73 25 5 0 37 BD 16 25
Octal 111 155 163 45 5 0 67 275 26 45
Binary 1001001 1101101 1110011 100101 101 0 110111 10111101 10110 100101

Color Harmonies of #496D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496D73

Black with #496D73

Text Example


Text Example

White with #496D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496D73; }

 p { color: rgb(73,109,115); }

 H1.HeaderClassName
 {
   color: #496D73;
 }
 .AnyTagClassName
 {
   color: #496D73;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #496D73;
 }
 .BgClassName
 {
   background-color: #496D73;
 }
</style>

border-color css

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

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

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