Shades of Tax Break #436363
Tints of Tax Break #436363
RGB
CMYK
RGB Variations
Color information
#436363 (or 0x436363) is known color: Tax Break. HEX triplet: 43, 63 and 63. RGB value is (67,99,99). Sum of RGB (Red+Green+Blue) = 67+99+99=265 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.28% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #436363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436363 is #BC9C9C. Grayscale: #595959. Windows color (decimal): -12360861 or 6513475. OLE color: 6513475.
HSL color Cylindrical-coordinate representation of color #436363: hue angle of 180º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #436363 is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 67 | 99 | 99 | - |
| CMYK | 0.32 | 0 | 0 | 0.61 |
| HSL | 180º | 0.19% | 0.33% | - |
| HSV(B) | 180º | 0.32% | 0.39% | - |
| XYZ | 9.03 | 11.02 | 13.46 | - |
| YUV | 89.43 | 133.4 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 99 | 99 | 0.32 | 0 | 0 | 0.61 | 180 | 0.19 | 0.33 |
| Hex | 43 | 63 | 63 | 20 | 0 | 0 | 3D | B4 | 13 | 21 |
| Octal | 103 | 143 | 143 | 40 | 0 | 0 | 75 | 264 | 23 | 41 |
| Binary | 1000011 | 1100011 | 1100011 | 100000 | 0 | 0 | 111101 | 10110100 | 10011 | 100001 |
Color Harmonies of #436363
Complementary color
Monochromatic Colors of #436363
Black with #436363
Text Example
Text Example
White with #436363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436363; }
p { color: rgb(67,99,99); }
H1.HeaderClassName
{
color: #436363;
}
.AnyTagClassName
{
color: #436363;
}
</style>
background-color css
<style>
a { background-color: #436363; }
a { background-color: rgb(67,99,99); }
div.DivClassName
{
background-color: #436363;
}
.BgClassName
{
background-color: #436363;
}
</style>
border-color css
<style>
span { border-color: #436363; }
span { border-color: rgb(67,99,99); }
td.TdClassName
{
border-color: #436363;
}
.TagClassName
{
border-color: #436363;
}
</style>