Shades of Killarney #496F4D
Tints of Killarney #496F4D
RGB
CMYK
RGB Variations
Color information
#496F4D (or 0x496F4D) is known color: Killarney. HEX triplet: 49, 6F and 4D. RGB value is (73,111,77). Sum of RGB (Red+Green+Blue) = 73+111+77=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 111 - color contains mainly: green. Hex color #496F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496F4D is #B690B2. Grayscale: #5F5F5F. Windows color (decimal): -11964595 or 5074761. OLE color: 5074761.
HSL color Cylindrical-coordinate representation of color #496F4D: hue angle of 126.32º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #496F4D is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 111 | 77 | - |
| CMYK | 0.34 | 0 | 0.31 | 0.56 |
| HSL | 126.32º | 0.21% | 0.36% | - |
| HSV(B) | 126.32º | 0.34% | 0.44% | - |
| XYZ | 9.77 | 13.32 | 9.08 | - |
| YUV | 95.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 111 | 77 | 0.34 | 0 | 0.31 | 0.56 | 126.32 | 0.21 | 0.36 |
| Hex | 49 | 6F | 4D | 22 | 0 | 1F | 38 | 7E | 15 | 24 |
| Octal | 111 | 157 | 115 | 42 | 0 | 37 | 70 | 176 | 25 | 44 |
| Binary | 1001001 | 1101111 | 1001101 | 100010 | 0 | 11111 | 111000 | 1111110 | 10101 | 100100 |
Color Harmonies of #496F4D
Complementary color
Monochromatic Colors of #496F4D
Black with #496F4D
Text Example
Text Example
White with #496F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496F4D; }
p { color: rgb(73,111,77); }
H1.HeaderClassName
{
color: #496F4D;
}
.AnyTagClassName
{
color: #496F4D;
}
</style>
background-color css
<style>
a { background-color: #496F4D; }
a { background-color: rgb(73,111,77); }
div.DivClassName
{
background-color: #496F4D;
}
.BgClassName
{
background-color: #496F4D;
}
</style>
border-color css
<style>
span { border-color: #496F4D; }
span { border-color: rgb(73,111,77); }
td.TdClassName
{
border-color: #496F4D;
}
.TagClassName
{
border-color: #496F4D;
}
</style>