#476160

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

Shades of Tax Break #476160

Tints of Tax Break #476160

Color information

#476160 (or 0x476160) is unknown color: approx Tax Break. HEX triplet: 47, 61 and 60. RGB value is (71,97,96). Sum of RGB (Red+Green+Blue) = 71+97+96=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 97 - color contains mainly: green. Hex color #476160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476160 is #B89E9F. Grayscale: #595959. Windows color (decimal): -12099232 or 6316359. OLE color: 6316359.

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

Color convert

RGB719796-
CMYK0.2700.010.62
HSL177.69º15.48%32.94%-
HSV(B)177.69º26.8%38.04%-
XYZ8.9810.7312.66-
YUV89.11131.89115.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.89%
GREEN value IS 97 (38.28% from 255) = 36.74%
BLUE value IS 96 (37.89% from 255) = 36.36%
R=26.89%
G=36.74%
B=36.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7197960.2700.010.62177.6915.4832.94
Hex4761601B013Eb2f21
Octal1071411403301762621741
Binary1000111110000111000001101101111110101100101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476160; }

 p { color: rgb(71,97,96); }

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

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

 a { background-color: rgb(71,97,96); }

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

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

 span { border-color: rgb(71,97,96); }

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