Shades of Killarney #498A53
Tints of Killarney #498A53
RGB
CMYK
RGB Variations
Color information
#498A53 (or 0x498A53) is known color: Killarney. HEX triplet: 49, 8A and 53. RGB value is (73,138,83). Sum of RGB (Red+Green+Blue) = 73+138+83=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 138 (54.30% from 255 or 46.94% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 138 - color contains mainly: green. Hex color #498A53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498A53 is #B675AC. Grayscale: #707070. Windows color (decimal): -11957677 or 5474889. OLE color: 5474889.
HSL color Cylindrical-coordinate representation of color #498A53: hue angle of 129.23º 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 #498A53 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 138 | 83 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.46 |
| HSL | 129.23º | 0.31% | 0.41% | - |
| HSV(B) | 129.23º | 0.47% | 0.54% | - |
| XYZ | 13.4 | 20.22 | 11.38 | - |
| YUV | 112.3 | 111.47 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 138 | 83 | 0.47 | 0 | 0.40 | 0.46 | 129.23 | 0.31 | 0.41 |
| Hex | 49 | 8A | 53 | 2F | 0 | 28 | 2E | 81 | 1F | 29 |
| Octal | 111 | 212 | 123 | 57 | 0 | 50 | 56 | 201 | 37 | 51 |
| Binary | 1001001 | 10001010 | 1010011 | 101111 | 0 | 101000 | 101110 | 10000001 | 11111 | 101001 |
Color Harmonies of #498A53
Complementary color
Monochromatic Colors of #498A53
Black with #498A53
Text Example
Text Example
White with #498A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498A53; }
p { color: rgb(73,138,83); }
H1.HeaderClassName
{
color: #498A53;
}
.AnyTagClassName
{
color: #498A53;
}
</style>
background-color css
<style>
a { background-color: #498A53; }
a { background-color: rgb(73,138,83); }
div.DivClassName
{
background-color: #498A53;
}
.BgClassName
{
background-color: #498A53;
}
</style>
border-color css
<style>
span { border-color: #498A53; }
span { border-color: rgb(73,138,83); }
td.TdClassName
{
border-color: #498A53;
}
.TagClassName
{
border-color: #498A53;
}
</style>