#3F6763

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

Shades of Tax Break #3F6763

Tints of Tax Break #3F6763

Color information

#3F6763 (or 0x3F6763) is unknown color: approx Tax Break. HEX triplet: 3F, 67 and 63. RGB value is (63,103,99). Sum of RGB (Red+Green+Blue) = 63+103+99=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 103 - color contains mainly: green. Hex color #3F6763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6763 is #C0989C. Grayscale: #5A5A5A. Windows color (decimal): -12621981 or 6514495. OLE color: 6514495.

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

Color convert

RGB6310399-
CMYK0.3900.040.60
HSL174º24.1%32.55%-
HSV(B)174º38.83%40.39%-
XYZ9.1511.6613.57-
YUV90.58132.75108.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.77%
GREEN value IS 103 (40.62% from 255) = 38.87%
BLUE value IS 99 (39.06% from 255) = 37.36%
R=23.77%
G=38.87%
B=37.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal63103990.3900.040.6017424.132.55
Hex3F676327043Cae1821
Octal771471434704742563041
Binary1111111100111110001110011101001111001010111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F6763; }

 p { color: rgb(63,103,99); }

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

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

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

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

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

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

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