Shades of Killarney #496F47
Tints of Killarney #496F47
RGB
CMYK
RGB Variations
Color information
#496F47 (or 0x496F47) is known color: Killarney. HEX triplet: 49, 6F and 47. RGB value is (73,111,71). Sum of RGB (Red+Green+Blue) = 73+111+71=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 111 (43.75% from 255 or 43.53% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 111 - color contains mainly: green. Hex color #496F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496F47 is #B690B8. Grayscale: #5F5F5F. Windows color (decimal): -11964601 or 4681545. OLE color: 4681545.
HSL color Cylindrical-coordinate representation of color #496F47: hue angle of 117º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #496F47 is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 111 | 71 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.56 |
| HSL | 117º | 0.22% | 0.36% | - |
| HSV(B) | 117º | 0.36% | 0.44% | - |
| XYZ | 9.57 | 13.24 | 8.01 | - |
| YUV | 95.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 111 | 71 | 0.34 | 0 | 0.36 | 0.56 | 117 | 0.22 | 0.36 |
| Hex | 49 | 6F | 47 | 22 | 0 | 24 | 38 | 75 | 16 | 24 |
| Octal | 111 | 157 | 107 | 42 | 0 | 44 | 70 | 165 | 26 | 44 |
| Binary | 1001001 | 1101111 | 1000111 | 100010 | 0 | 100100 | 111000 | 1110101 | 10110 | 100100 |
Color Harmonies of #496F47
Complementary color
Monochromatic Colors of #496F47
Black with #496F47
Text Example
Text Example
White with #496F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496F47; }
p { color: rgb(73,111,71); }
H1.HeaderClassName
{
color: #496F47;
}
.AnyTagClassName
{
color: #496F47;
}
</style>
background-color css
<style>
a { background-color: #496F47; }
a { background-color: rgb(73,111,71); }
div.DivClassName
{
background-color: #496F47;
}
.BgClassName
{
background-color: #496F47;
}
</style>
border-color css
<style>
span { border-color: #496F47; }
span { border-color: rgb(73,111,71); }
td.TdClassName
{
border-color: #496F47;
}
.TagClassName
{
border-color: #496F47;
}
</style>