Shades of Killarney #498A56
Tints of Killarney #498A56
RGB
CMYK
RGB Variations
Color information
#498A56 (or 0x498A56) is known color: Killarney. HEX triplet: 49, 8A and 56. RGB value is (73,138,86). Sum of RGB (Red+Green+Blue) = 73+138+86=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 138 - color contains mainly: green. Hex color #498A56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498A56 is #B675A9. Grayscale: #707070. Windows color (decimal): -11957674 or 5671497. OLE color: 5671497.
HSL color Cylindrical-coordinate representation of color #498A56: hue angle of 132º degrees, saturation: 0.31, 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 #498A56 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 138 | 86 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.46 |
| HSL | 132º | 0.31% | 0.41% | - |
| HSV(B) | 132º | 0.47% | 0.54% | - |
| XYZ | 13.52 | 20.27 | 12 | - |
| YUV | 112.64 | 112.97 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 138 | 86 | 0.47 | 0 | 0.38 | 0.46 | 132 | 0.31 | 0.41 |
| Hex | 49 | 8A | 56 | 2F | 0 | 26 | 2E | 84 | 1F | 29 |
| Octal | 111 | 212 | 126 | 57 | 0 | 46 | 56 | 204 | 37 | 51 |
| Binary | 1001001 | 10001010 | 1010110 | 101111 | 0 | 100110 | 101110 | 10000100 | 11111 | 101001 |
Color Harmonies of #498A56
Complementary color
Monochromatic Colors of #498A56
Black with #498A56
Text Example
Text Example
White with #498A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498A56; }
p { color: rgb(73,138,86); }
H1.HeaderClassName
{
color: #498A56;
}
.AnyTagClassName
{
color: #498A56;
}
</style>
background-color css
<style>
a { background-color: #498A56; }
a { background-color: rgb(73,138,86); }
div.DivClassName
{
background-color: #498A56;
}
.BgClassName
{
background-color: #498A56;
}
</style>
border-color css
<style>
span { border-color: #498A56; }
span { border-color: rgb(73,138,86); }
td.TdClassName
{
border-color: #498A56;
}
.TagClassName
{
border-color: #498A56;
}
</style>