Shades of Killarney #498256
Tints of Killarney #498256
RGB
CMYK
RGB Variations
Color information
#498256 (or 0x498256) is known color: Killarney. HEX triplet: 49, 82 and 56. RGB value is (73,130,86). Sum of RGB (Red+Green+Blue) = 73+130+86=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #498256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498256 is #B67DA9. Grayscale: #6C6C6C. Windows color (decimal): -11959722 or 5669449. OLE color: 5669449.
HSL color Cylindrical-coordinate representation of color #498256: hue angle of 133.68º 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 #498256 is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 130 | 86 | - |
| CMYK | 0.44 | 0 | 0.34 | 0.49 |
| HSL | 133.68º | 0.28% | 0.4% | - |
| HSV(B) | 133.68º | 0.44% | 0.51% | - |
| XYZ | 12.41 | 18.05 | 11.63 | - |
| YUV | 107.94 | 115.62 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 86 | 0.44 | 0 | 0.34 | 0.49 | 133.68 | 0.28 | 0.4 |
| Hex | 49 | 82 | 56 | 2C | 0 | 22 | 31 | 86 | 1C | 28 |
| Octal | 111 | 202 | 126 | 54 | 0 | 42 | 61 | 206 | 34 | 50 |
| Binary | 1001001 | 10000010 | 1010110 | 101100 | 0 | 100010 | 110001 | 10000110 | 11100 | 101000 |
Color Harmonies of #498256
Complementary color
Monochromatic Colors of #498256
Black with #498256
Text Example
Text Example
White with #498256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498256; }
p { color: rgb(73,130,86); }
H1.HeaderClassName
{
color: #498256;
}
.AnyTagClassName
{
color: #498256;
}
</style>
background-color css
<style>
a { background-color: #498256; }
a { background-color: rgb(73,130,86); }
div.DivClassName
{
background-color: #498256;
}
.BgClassName
{
background-color: #498256;
}
</style>
border-color css
<style>
span { border-color: #498256; }
span { border-color: rgb(73,130,86); }
td.TdClassName
{
border-color: #498256;
}
.TagClassName
{
border-color: #498256;
}
</style>