Shades of Killarney #498048
Tints of Killarney #498048
RGB
CMYK
RGB Variations
Color information
#498048 (or 0x498048) is known color: Killarney. HEX triplet: 49, 80 and 48. RGB value is (73,128,72). Sum of RGB (Red+Green+Blue) = 73+128+72=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 128 - color contains mainly: green. Hex color #498048 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498048 is #B67FB7. Grayscale: #696969. Windows color (decimal): -11960248 or 4751433. OLE color: 4751433.
HSL color Cylindrical-coordinate representation of color #498048: hue angle of 118.93º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #498048 is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 128 | 72 | - |
| CMYK | 0.43 | 0 | 0.44 | 0.50 |
| HSL | 118.93º | 0.28% | 0.39% | - |
| HSV(B) | 118.93º | 0.44% | 0.5% | - |
| XYZ | 11.64 | 17.32 | 8.86 | - |
| YUV | 105.17 | 109.28 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 128 | 72 | 0.43 | 0 | 0.44 | 0.50 | 118.93 | 0.28 | 0.39 |
| Hex | 49 | 80 | 48 | 2B | 0 | 2C | 32 | 77 | 1C | 27 |
| Octal | 111 | 200 | 110 | 53 | 0 | 54 | 62 | 167 | 34 | 47 |
| Binary | 1001001 | 10000000 | 1001000 | 101011 | 0 | 101100 | 110010 | 1110111 | 11100 | 100111 |
Color Harmonies of #498048
Complementary color
Monochromatic Colors of #498048
Black with #498048
Text Example
Text Example
White with #498048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498048; }
p { color: rgb(73,128,72); }
H1.HeaderClassName
{
color: #498048;
}
.AnyTagClassName
{
color: #498048;
}
</style>
background-color css
<style>
a { background-color: #498048; }
a { background-color: rgb(73,128,72); }
div.DivClassName
{
background-color: #498048;
}
.BgClassName
{
background-color: #498048;
}
</style>
border-color css
<style>
span { border-color: #498048; }
span { border-color: rgb(73,128,72); }
td.TdClassName
{
border-color: #498048;
}
.TagClassName
{
border-color: #498048;
}
</style>