#426966

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

Shades of Tax Break #426966

Tints of Tax Break #426966

Color information

#426966 (or 0x426966) is unknown color: approx Tax Break. HEX triplet: 42, 69 and 66. RGB value is (66,105,102). Sum of RGB (Red+Green+Blue) = 66+105+102=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 105 - color contains mainly: green. Hex color #426966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426966 is #BD9699. Grayscale: #5C5C5C. Windows color (decimal): -12424858 or 6711618. OLE color: 6711618.

HSL color Cylindrical-coordinate representation of color #426966: hue angle of 175.38º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #426966 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB66105102-
CMYK0.3700.030.59
HSL175.38º22.81%33.53%-
HSV(B)175.38º37.14%41.18%-
XYZ9.712.2214.42-
YUV93133.08108.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.18%
GREEN value IS 105 (41.41% from 255) = 38.46%
BLUE value IS 102 (40.23% from 255) = 37.36%
R=24.18%
G=38.46%
B=37.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal661051020.3700.030.59175.3822.8133.53
Hex42696625033Baf1722
Octal1021511464503732572742
Binary1000010110100111001101001010111110111010111110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426966; }

 p { color: rgb(66,105,102); }

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

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

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

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

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

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

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