Shades of Killarney #498850
Tints of Killarney #498850
RGB
CMYK
RGB Variations
Color information
#498850 (or 0x498850) is known color: Killarney. HEX triplet: 49, 88 and 50. RGB value is (73,136,80). Sum of RGB (Red+Green+Blue) = 73+136+80=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 136 - color contains mainly: green. Hex color #498850 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498850 is #B677AF. Grayscale: #6E6E6E. Windows color (decimal): -11958192 or 5277769. OLE color: 5277769.
HSL color Cylindrical-coordinate representation of color #498850: hue angle of 126.67º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #498850 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 136 | 80 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.47 |
| HSL | 126.67º | 0.3% | 0.41% | - |
| HSV(B) | 126.67º | 0.46% | 0.53% | - |
| XYZ | 13 | 19.6 | 10.69 | - |
| YUV | 110.78 | 110.63 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 80 | 0.46 | 0 | 0.41 | 0.47 | 126.67 | 0.3 | 0.41 |
| Hex | 49 | 88 | 50 | 2E | 0 | 29 | 2F | 7F | 1E | 29 |
| Octal | 111 | 210 | 120 | 56 | 0 | 51 | 57 | 177 | 36 | 51 |
| Binary | 1001001 | 10001000 | 1010000 | 101110 | 0 | 101001 | 101111 | 1111111 | 11110 | 101001 |
Color Harmonies of #498850
Complementary color
Monochromatic Colors of #498850
Black with #498850
Text Example
Text Example
White with #498850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498850; }
p { color: rgb(73,136,80); }
H1.HeaderClassName
{
color: #498850;
}
.AnyTagClassName
{
color: #498850;
}
</style>
background-color css
<style>
a { background-color: #498850; }
a { background-color: rgb(73,136,80); }
div.DivClassName
{
background-color: #498850;
}
.BgClassName
{
background-color: #498850;
}
</style>
border-color css
<style>
span { border-color: #498850; }
span { border-color: rgb(73,136,80); }
td.TdClassName
{
border-color: #498850;
}
.TagClassName
{
border-color: #498850;
}
</style>