#426060

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

Shades of Tax Break #426060

Tints of Tax Break #426060

Color information

#426060 (or 0x426060) is unknown color: approx Tax Break. HEX triplet: 42, 60 and 60. RGB value is (66,96,96). Sum of RGB (Red+Green+Blue) = 66+96+96=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #426060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426060 is #BD9F9F. Grayscale: #575757. Windows color (decimal): -12427168 or 6316098. OLE color: 6316098.

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

Color convert

RGB669696-
CMYK0.31000.62
HSL180º18.52%31.76%-
HSV(B)180º31.25%37.65%-
XYZ8.5410.3712.62-
YUV87.03133.06113-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.58%
GREEN value IS 96 (37.89% from 255) = 37.21%
BLUE value IS 96 (37.89% from 255) = 37.21%
R=25.58%
G=37.21%
B=37.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6696960.31000.6218018.5231.76
Hex4260601F003Eb41320
Octal1021401403700762642340
Binary10000101100000110000011111001111101011010010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426060; }

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

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

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

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

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

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

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

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