Shades of Killarney #498252
Tints of Killarney #498252
RGB
CMYK
RGB Variations
Color information
#498252 (or 0x498252) is known color: Killarney. HEX triplet: 49, 82 and 52. RGB value is (73,130,82). Sum of RGB (Red+Green+Blue) = 73+130+82=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #498252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498252 is #B67DAD. Grayscale: #6B6B6B. Windows color (decimal): -11959726 or 5407305. OLE color: 5407305.
HSL color Cylindrical-coordinate representation of color #498252: hue angle of 129.47º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #498252 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 130 | 82 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.49 |
| HSL | 129.47º | 0.28% | 0.4% | - |
| HSV(B) | 129.47º | 0.44% | 0.51% | - |
| XYZ | 12.25 | 17.99 | 10.81 | - |
| YUV | 107.49 | 113.62 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 82 | 0.44 | 0 | 0.37 | 0.49 | 129.47 | 0.28 | 0.4 |
| Hex | 49 | 82 | 52 | 2C | 0 | 25 | 31 | 81 | 1C | 28 |
| Octal | 111 | 202 | 122 | 54 | 0 | 45 | 61 | 201 | 34 | 50 |
| Binary | 1001001 | 10000010 | 1010010 | 101100 | 0 | 100101 | 110001 | 10000001 | 11100 | 101000 |
Color Harmonies of #498252
Complementary color
Monochromatic Colors of #498252
Black with #498252
Text Example
Text Example
White with #498252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498252; }
p { color: rgb(73,130,82); }
H1.HeaderClassName
{
color: #498252;
}
.AnyTagClassName
{
color: #498252;
}
</style>
background-color css
<style>
a { background-color: #498252; }
a { background-color: rgb(73,130,82); }
div.DivClassName
{
background-color: #498252;
}
.BgClassName
{
background-color: #498252;
}
</style>
border-color css
<style>
span { border-color: #498252; }
span { border-color: rgb(73,130,82); }
td.TdClassName
{
border-color: #498252;
}
.TagClassName
{
border-color: #498252;
}
</style>