#456361

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

Shades of Tax Break #456361

Tints of Tax Break #456361

Color information

#456361 (or 0x456361) is unknown color: approx Tax Break. HEX triplet: 45, 63 and 61. RGB value is (69,99,97). Sum of RGB (Red+Green+Blue) = 69+99+97=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 99 - color contains mainly: green. Hex color #456361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456361 is #BA9C9E. Grayscale: #595959. Windows color (decimal): -12229791 or 6382405. OLE color: 6382405.

HSL color Cylindrical-coordinate representation of color #456361: hue angle of 176º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #456361 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB699997-
CMYK0.3000.020.61
HSL176º17.86%32.94%-
HSV(B)176º30.3%38.82%-
XYZ9.0711.0512.96-
YUV89.8132.06113.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.04%
GREEN value IS 99 (39.06% from 255) = 37.36%
BLUE value IS 97 (38.28% from 255) = 36.60%
R=26.04%
G=37.36%
B=36.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6999970.3000.020.6117617.8632.94
Hex4563611E023Db01221
Octal1051431413602752602241
Binary100010111000111100001111100101111011011000010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456361; }

 p { color: rgb(69,99,97); }

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

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

 a { background-color: rgb(69,99,97); }

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

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

 span { border-color: rgb(69,99,97); }

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