Shades of Killarney #496E51
Tints of Killarney #496E51
RGB
CMYK
RGB Variations
Color information
#496E51 (or 0x496E51) is known color: Killarney. HEX triplet: 49, 6E and 51. RGB value is (73,110,81). Sum of RGB (Red+Green+Blue) = 73+110+81=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 110 (43.36% from 255 or 41.67% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 110 - color contains mainly: green. Hex color #496E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496E51 is #B691AE. Grayscale: #5F5F5F. Windows color (decimal): -11964847 or 5336649. OLE color: 5336649.
HSL color Cylindrical-coordinate representation of color #496E51: hue angle of 132.97º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #496E51 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 110 | 81 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.57 |
| HSL | 132.97º | 0.2% | 0.36% | - |
| HSV(B) | 132.97º | 0.34% | 0.43% | - |
| XYZ | 9.81 | 13.16 | 9.81 | - |
| YUV | 95.63 | 119.74 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 110 | 81 | 0.34 | 0 | 0.26 | 0.57 | 132.97 | 0.2 | 0.36 |
| Hex | 49 | 6E | 51 | 22 | 0 | 1A | 39 | 85 | 14 | 24 |
| Octal | 111 | 156 | 121 | 42 | 0 | 32 | 71 | 205 | 24 | 44 |
| Binary | 1001001 | 1101110 | 1010001 | 100010 | 0 | 11010 | 111001 | 10000101 | 10100 | 100100 |
Color Harmonies of #496E51
Complementary color
Monochromatic Colors of #496E51
Black with #496E51
Text Example
Text Example
White with #496E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496E51; }
p { color: rgb(73,110,81); }
H1.HeaderClassName
{
color: #496E51;
}
.AnyTagClassName
{
color: #496E51;
}
</style>
background-color css
<style>
a { background-color: #496E51; }
a { background-color: rgb(73,110,81); }
div.DivClassName
{
background-color: #496E51;
}
.BgClassName
{
background-color: #496E51;
}
</style>
border-color css
<style>
span { border-color: #496E51; }
span { border-color: rgb(73,110,81); }
td.TdClassName
{
border-color: #496E51;
}
.TagClassName
{
border-color: #496E51;
}
</style>