Shades of Tax Break #39676F
Tints of Tax Break #39676F
RGB
CMYK
RGB Variations
Color information
#39676F (or 0x39676F) is known color: Tax Break. HEX triplet: 39, 67 and 6F. RGB value is (57,103,111). Sum of RGB (Red+Green+Blue) = 57+103+111=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 111 - color contains mainly: blue. Hex color #39676F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39676F is #C69890. Grayscale: #5A5A5A. Windows color (decimal): -13015185 or 7300921. OLE color: 7300921.
HSL color Cylindrical-coordinate representation of color #39676F: hue angle of 188.89º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #39676F is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 103 | 111 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.56 |
| HSL | 188.89º | 0.32% | 0.33% | - |
| HSV(B) | 188.89º | 0.49% | 0.44% | - |
| XYZ | 9.41 | 11.72 | 16.8 | - |
| YUV | 90.16 | 139.76 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 103 | 111 | 0.49 | 0.07 | 0 | 0.56 | 188.89 | 0.32 | 0.33 |
| Hex | 39 | 67 | 6F | 31 | 7 | 0 | 38 | BD | 20 | 21 |
| Octal | 71 | 147 | 157 | 61 | 7 | 0 | 70 | 275 | 40 | 41 |
| Binary | 111001 | 1100111 | 1101111 | 110001 | 111 | 0 | 111000 | 10111101 | 100000 | 100001 |
Color Harmonies of #39676F
Complementary color
Monochromatic Colors of #39676F
Black with #39676F
Text Example
Text Example
White with #39676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39676F; }
p { color: rgb(57,103,111); }
H1.HeaderClassName
{
color: #39676F;
}
.AnyTagClassName
{
color: #39676F;
}
</style>
background-color css
<style>
a { background-color: #39676F; }
a { background-color: rgb(57,103,111); }
div.DivClassName
{
background-color: #39676F;
}
.BgClassName
{
background-color: #39676F;
}
</style>
border-color css
<style>
span { border-color: #39676F; }
span { border-color: rgb(57,103,111); }
td.TdClassName
{
border-color: #39676F;
}
.TagClassName
{
border-color: #39676F;
}
</style>