#3F6261

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

Shades of Tax Break #3F6261

Tints of Tax Break #3F6261

Color information

#3F6261 (or 0x3F6261) is unknown color: approx Tax Break. HEX triplet: 3F, 62 and 61. RGB value is (63,98,97). Sum of RGB (Red+Green+Blue) = 63+98+97=258 (34% of max value = 765). Red value is 63 (25% from 255 or 24.42% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 98 - color contains mainly: green. Hex color #3F6261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6261 is #C09D9E. Grayscale: #575757. Windows color (decimal): -12623263 or 6382143. OLE color: 6382143.

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

Color convert

RGB639897-
CMYK0.3600.010.62
HSL178.29º21.74%31.57%-
HSV(B)178.29º35.71%38.43%-
XYZ8.5810.6612.91-
YUV87.42133.4110.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.42%
GREEN value IS 98 (38.67% from 255) = 37.98%
BLUE value IS 97 (38.28% from 255) = 37.60%
R=24.42%
G=37.98%
B=37.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6398970.3600.010.62178.2921.7431.57
Hex3F626124013Eb21620
Octal771421414401762622640
Binary11111111000101100001100100011111101011001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,98,97); }

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

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

 a { background-color: rgb(63,98,97); }

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

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

 span { border-color: rgb(63,98,97); }

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