#426565

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

Shades of Tax Break #426565

Tints of Tax Break #426565

Color information

#426565 (or 0x426565) is unknown color: approx Tax Break. HEX triplet: 42, 65 and 65. RGB value is (66,101,101). Sum of RGB (Red+Green+Blue) = 66+101+101=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 101 - color contains mainly: green, blue. Hex color #426565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426565 is #BD9A9A. Grayscale: #5A5A5A. Windows color (decimal): -12425883 or 6645058. OLE color: 6645058.

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

Color convert

RGB66101101-
CMYK0.35000.60
HSL180º20.96%32.75%-
HSV(B)180º34.65%39.61%-
XYZ9.2511.4114.03-
YUV90.54133.9110.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.63%
GREEN value IS 101 (39.84% from 255) = 37.69%
BLUE value IS 101 (39.84% from 255) = 37.69%
R=24.63%
G=37.69%
B=37.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal661011010.35000.6018020.9632.75
Hex42656523003Cb41521
Octal1021451454300742642541
Binary100001011001011100101100011001111001011010010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426565; }

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

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

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

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

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

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

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

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