Shades of Killarney #498051
Tints of Killarney #498051
RGB
CMYK
RGB Variations
Color information
#498051 (or 0x498051) is known color: Killarney. HEX triplet: 49, 80 and 51. RGB value is (73,128,81). Sum of RGB (Red+Green+Blue) = 73+128+81=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 128 - color contains mainly: green. Hex color #498051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498051 is #B67FAE. Grayscale: #6A6A6A. Windows color (decimal): -11960239 or 5341257. OLE color: 5341257.
HSL color Cylindrical-coordinate representation of color #498051: hue angle of 128.73º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #498051 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 128 | 81 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.50 |
| HSL | 128.73º | 0.27% | 0.39% | - |
| HSV(B) | 128.73º | 0.43% | 0.5% | - |
| XYZ | 11.95 | 17.45 | 10.52 | - |
| YUV | 106.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 128 | 81 | 0.43 | 0 | 0.37 | 0.50 | 128.73 | 0.27 | 0.39 |
| Hex | 49 | 80 | 51 | 2B | 0 | 25 | 32 | 81 | 1B | 27 |
| Octal | 111 | 200 | 121 | 53 | 0 | 45 | 62 | 201 | 33 | 47 |
| Binary | 1001001 | 10000000 | 1010001 | 101011 | 0 | 100101 | 110010 | 10000001 | 11011 | 100111 |
Color Harmonies of #498051
Complementary color
Monochromatic Colors of #498051
Black with #498051
Text Example
Text Example
White with #498051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498051; }
p { color: rgb(73,128,81); }
H1.HeaderClassName
{
color: #498051;
}
.AnyTagClassName
{
color: #498051;
}
</style>
background-color css
<style>
a { background-color: #498051; }
a { background-color: rgb(73,128,81); }
div.DivClassName
{
background-color: #498051;
}
.BgClassName
{
background-color: #498051;
}
</style>
border-color css
<style>
span { border-color: #498051; }
span { border-color: rgb(73,128,81); }
td.TdClassName
{
border-color: #498051;
}
.TagClassName
{
border-color: #498051;
}
</style>