#426363

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

Shades of Tax Break #426363

Tints of Tax Break #426363

Color information

#426363 (or 0x426363) is unknown color: approx Tax Break. HEX triplet: 42, 63 and 63. RGB value is (66,99,99). Sum of RGB (Red+Green+Blue) = 66+99+99=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #426363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426363 is #BD9C9C. Grayscale: #595959. Windows color (decimal): -12426397 or 6513474. OLE color: 6513474.

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

Color convert

RGB669999-
CMYK0.33000.61
HSL180º20%32.35%-
HSV(B)180º33.33%38.82%-
XYZ8.9610.9813.45-
YUV89.13133.57111.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25%
GREEN value IS 99 (39.06% from 255) = 37.5%
BLUE value IS 99 (39.06% from 255) = 37.5%
R=25%
G=37.5%
B=37.5%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6699990.33000.611802032.35
Hex42636321003Db41420
Octal1021431434100752642440
Binary100001011000111100011100001001111011011010010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426363; }

 p { color: rgb(66,99,99); }

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

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

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

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

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

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

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