Html Css Color HEX #496362 Tax Break

📋 copy color: '#496362'

red 73 ◦ green 99 ◦ blue 98

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

Shades of Tax Break #496362

Tints of Tax Break #496362

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.67%

 BLUE value IS 98 (38.67% from 255) = 36.3%

R = 27.04%
G = 36.67%
B = 36.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#496362 (or 0x496362) is known color: Tax Break. HEX triplet: 49, 63 and 62. RGB value is (73,99,98). Sum of RGB (Red+Green+Blue) = 73+99+98=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 98 (38.67% from 255 or 36.30% from 270); Max value from RGB is 99 - color contains mainly: green. Hex color #496362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496362 is #B69C9D. Grayscale: #5B5B5B. Windows color (decimal): -11967646 or 6447945. OLE color: 6447945.

HSL color Cylindrical-coordinate representation of color #496362: hue angle of 177.69º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #496362 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 99 98 -
CMYK 0.26 0 0.01 0.61
HSL 177.69º 0.15% 0.34% -
HSV(B) 177.69º 0.26% 0.39% -
XYZ 9.41 11.22 13.23 -
YUV 91.11 131.89 115.08 -
System Red Green Blue C M Y K H S L
Decimal 73 99 98 0.26 0 0.01 0.61 177.69 0.15 0.34
Hex 49 63 62 1A 0 1 3D B2 F 22
Octal 111 143 142 32 0 1 75 262 17 42
Binary 1001001 1100011 1100010 11010 0 1 111101 10110010 1111 100010

Color Harmonies of #496362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496362

Black with #496362

Text Example


Text Example

White with #496362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496362; }

 p { color: rgb(73,99,98); }

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

background-color css

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

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

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

border-color css

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

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

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