Shades of Killarney #498448
Tints of Killarney #498448
RGB
CMYK
RGB Variations
Color information
#498448 (or 0x498448) is known color: Killarney. HEX triplet: 49, 84 and 48. RGB value is (73,132,72). Sum of RGB (Red+Green+Blue) = 73+132+72=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #498448 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498448 is #B67BB7. Grayscale: #6B6B6B. Windows color (decimal): -11959224 or 4752457. OLE color: 4752457.
HSL color Cylindrical-coordinate representation of color #498448: hue angle of 119º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #498448 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 132 | 72 | - |
| CMYK | 0.45 | 0 | 0.45 | 0.48 |
| HSL | 119º | 0.29% | 0.4% | - |
| HSV(B) | 119º | 0.45% | 0.52% | - |
| XYZ | 12.17 | 18.39 | 9.04 | - |
| YUV | 107.52 | 107.95 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 132 | 72 | 0.45 | 0 | 0.45 | 0.48 | 119 | 0.29 | 0.4 |
| Hex | 49 | 84 | 48 | 2D | 0 | 2D | 30 | 77 | 1D | 28 |
| Octal | 111 | 204 | 110 | 55 | 0 | 55 | 60 | 167 | 35 | 50 |
| Binary | 1001001 | 10000100 | 1001000 | 101101 | 0 | 101101 | 110000 | 1110111 | 11101 | 101000 |
Color Harmonies of #498448
Complementary color
Monochromatic Colors of #498448
Black with #498448
Text Example
Text Example
White with #498448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498448; }
p { color: rgb(73,132,72); }
H1.HeaderClassName
{
color: #498448;
}
.AnyTagClassName
{
color: #498448;
}
</style>
background-color css
<style>
a { background-color: #498448; }
a { background-color: rgb(73,132,72); }
div.DivClassName
{
background-color: #498448;
}
.BgClassName
{
background-color: #498448;
}
</style>
border-color css
<style>
span { border-color: #498448; }
span { border-color: rgb(73,132,72); }
td.TdClassName
{
border-color: #498448;
}
.TagClassName
{
border-color: #498448;
}
</style>