Shades of Tax Break #3D6463
Tints of Tax Break #3D6463
RGB
CMYK
RGB Variations
Color information
#3D6463 (or 0x3D6463) is known color: Tax Break. HEX triplet: 3D, 64 and 63. RGB value is (61,100,99). Sum of RGB (Red+Green+Blue) = 61+100+99=260 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.46% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 100 - color contains mainly: green. Hex color #3D6463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6463 is #C29B9C. Grayscale: #585858. Windows color (decimal): -12753821 or 6513725. OLE color: 6513725.
HSL color Cylindrical-coordinate representation of color #3D6463: hue angle of 178.46º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3D6463 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 61 | 100 | 99 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.61 |
| HSL | 178.46º | 0.24% | 0.32% | - |
| HSV(B) | 178.46º | 0.39% | 0.39% | - |
| XYZ | 8.73 | 11.01 | 13.47 | - |
| YUV | 88.23 | 134.08 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 100 | 99 | 0.39 | 0 | 0.01 | 0.61 | 178.46 | 0.24 | 0.32 |
| Hex | 3D | 64 | 63 | 27 | 0 | 1 | 3D | B2 | 18 | 20 |
| Octal | 75 | 144 | 143 | 47 | 0 | 1 | 75 | 262 | 30 | 40 |
| Binary | 111101 | 1100100 | 1100011 | 100111 | 0 | 1 | 111101 | 10110010 | 11000 | 100000 |
Color Harmonies of #3D6463
Complementary color
Monochromatic Colors of #3D6463
Black with #3D6463
Text Example
Text Example
White with #3D6463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6463; }
p { color: rgb(61,100,99); }
H1.HeaderClassName
{
color: #3D6463;
}
.AnyTagClassName
{
color: #3D6463;
}
</style>
background-color css
<style>
a { background-color: #3D6463; }
a { background-color: rgb(61,100,99); }
div.DivClassName
{
background-color: #3D6463;
}
.BgClassName
{
background-color: #3D6463;
}
</style>
border-color css
<style>
span { border-color: #3D6463; }
span { border-color: rgb(61,100,99); }
td.TdClassName
{
border-color: #3D6463;
}
.TagClassName
{
border-color: #3D6463;
}
</style>