Shades of Killarney #496C4E
Tints of Killarney #496C4E
RGB
CMYK
RGB Variations
Color information
#496C4E (or 0x496C4E) is known color: Killarney. HEX triplet: 49, 6C and 4E. RGB value is (73,108,78). Sum of RGB (Red+Green+Blue) = 73+108+78=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 108 (42.58% from 255 or 41.70% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 108 - color contains mainly: green. Hex color #496C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496C4E is #B693B1. Grayscale: #5E5E5E. Windows color (decimal): -11965362 or 5139529. OLE color: 5139529.
HSL color Cylindrical-coordinate representation of color #496C4E: hue angle of 128.57º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #496C4E is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 108 | 78 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.58 |
| HSL | 128.57º | 0.19% | 0.35% | - |
| HSV(B) | 128.57º | 0.32% | 0.42% | - |
| XYZ | 9.49 | 12.69 | 9.16 | - |
| YUV | 94.12 | 118.9 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 108 | 78 | 0.32 | 0 | 0.28 | 0.58 | 128.57 | 0.19 | 0.35 |
| Hex | 49 | 6C | 4E | 20 | 0 | 1C | 3A | 81 | 13 | 23 |
| Octal | 111 | 154 | 116 | 40 | 0 | 34 | 72 | 201 | 23 | 43 |
| Binary | 1001001 | 1101100 | 1001110 | 100000 | 0 | 11100 | 111010 | 10000001 | 10011 | 100011 |
Color Harmonies of #496C4E
Complementary color
Monochromatic Colors of #496C4E
Black with #496C4E
Text Example
Text Example
White with #496C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496C4E; }
p { color: rgb(73,108,78); }
H1.HeaderClassName
{
color: #496C4E;
}
.AnyTagClassName
{
color: #496C4E;
}
</style>
background-color css
<style>
a { background-color: #496C4E; }
a { background-color: rgb(73,108,78); }
div.DivClassName
{
background-color: #496C4E;
}
.BgClassName
{
background-color: #496C4E;
}
</style>
border-color css
<style>
span { border-color: #496C4E; }
span { border-color: rgb(73,108,78); }
td.TdClassName
{
border-color: #496C4E;
}
.TagClassName
{
border-color: #496C4E;
}
</style>