#426765

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

Shades of Tax Break #426765

Tints of Tax Break #426765

Color information

#426765 (or 0x426765) is unknown color: approx Tax Break. HEX triplet: 42, 67 and 65. RGB value is (66,103,101). Sum of RGB (Red+Green+Blue) = 66+103+101=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 103 - color contains mainly: green. Hex color #426765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426765 is #BD989A. Grayscale: #5B5B5B. Windows color (decimal): -12425371 or 6645570. OLE color: 6645570.

HSL color Cylindrical-coordinate representation of color #426765: hue angle of 176.76º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #426765 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB66103101-
CMYK0.3600.020.60
HSL176.76º21.89%33.14%-
HSV(B)176.76º35.92%40.39%-
XYZ9.4511.814.09-
YUV91.71133.24109.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.44%
GREEN value IS 103 (40.62% from 255) = 38.15%
BLUE value IS 101 (39.84% from 255) = 37.41%
R=24.44%
G=38.15%
B=37.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal661031010.3600.020.60176.7621.8933.14
Hex42676524023Cb11621
Octal1021471454402742612641
Binary1000010110011111001011001000101111001011000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426765; }

 p { color: rgb(66,103,101); }

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

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

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

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

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

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

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