Shades of Killarney #498951
Tints of Killarney #498951
RGB
CMYK
RGB Variations
Color information
#498951 (or 0x498951) is known color: Killarney. HEX triplet: 49, 89 and 51. RGB value is (73,137,81). Sum of RGB (Red+Green+Blue) = 73+137+81=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #498951 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498951 is #B676AE. Grayscale: #6F6F6F. Windows color (decimal): -11957935 or 5343561. OLE color: 5343561.
HSL color Cylindrical-coordinate representation of color #498951: hue angle of 127.5º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #498951 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 137 | 81 | - |
| CMYK | 0.47 | 0 | 0.41 | 0.46 |
| HSL | 127.5º | 0.3% | 0.41% | - |
| HSV(B) | 127.5º | 0.47% | 0.54% | - |
| XYZ | 13.18 | 19.9 | 10.93 | - |
| YUV | 111.48 | 110.8 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 137 | 81 | 0.47 | 0 | 0.41 | 0.46 | 127.5 | 0.3 | 0.41 |
| Hex | 49 | 89 | 51 | 2F | 0 | 29 | 2E | 80 | 1E | 29 |
| Octal | 111 | 211 | 121 | 57 | 0 | 51 | 56 | 200 | 36 | 51 |
| Binary | 1001001 | 10001001 | 1010001 | 101111 | 0 | 101001 | 101110 | 10000000 | 11110 | 101001 |
Color Harmonies of #498951
Complementary color
Monochromatic Colors of #498951
Black with #498951
Text Example
Text Example
White with #498951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498951; }
p { color: rgb(73,137,81); }
H1.HeaderClassName
{
color: #498951;
}
.AnyTagClassName
{
color: #498951;
}
</style>
background-color css
<style>
a { background-color: #498951; }
a { background-color: rgb(73,137,81); }
div.DivClassName
{
background-color: #498951;
}
.BgClassName
{
background-color: #498951;
}
</style>
border-color css
<style>
span { border-color: #498951; }
span { border-color: rgb(73,137,81); }
td.TdClassName
{
border-color: #498951;
}
.TagClassName
{
border-color: #498951;
}
</style>