Shades of Killarney #488C49
Tints of Killarney #488C49
RGB
CMYK
RGB Variations
Color information
#488C49 (or 0x488C49) is known color: Killarney. HEX triplet: 48, 8C and 49. RGB value is (72,140,73). Sum of RGB (Red+Green+Blue) = 72+140+73=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 140 (55.08% from 255 or 49.12% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 140 - color contains mainly: green. Hex color #488C49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488C49 is #B773B6. Grayscale: #707070. Windows color (decimal): -12022711 or 4820040. OLE color: 4820040.
HSL color Cylindrical-coordinate representation of color #488C49: hue angle of 120.88º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488C49 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 140 | 73 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.45 |
| HSL | 120.88º | 0.32% | 0.42% | - |
| HSV(B) | 120.88º | 0.49% | 0.55% | - |
| XYZ | 13.25 | 20.61 | 9.58 | - |
| YUV | 112.03 | 105.97 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 73 | 0.49 | 0 | 0.48 | 0.45 | 120.88 | 0.32 | 0.42 |
| Hex | 48 | 8C | 49 | 31 | 0 | 30 | 2D | 79 | 20 | 2A |
| Octal | 110 | 214 | 111 | 61 | 0 | 60 | 55 | 171 | 40 | 52 |
| Binary | 1001000 | 10001100 | 1001001 | 110001 | 0 | 110000 | 101101 | 1111001 | 100000 | 101010 |
Color Harmonies of #488C49
Complementary color
Monochromatic Colors of #488C49
Black with #488C49
Text Example
Text Example
White with #488C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488C49; }
p { color: rgb(72,140,73); }
H1.HeaderClassName
{
color: #488C49;
}
.AnyTagClassName
{
color: #488C49;
}
</style>
background-color css
<style>
a { background-color: #488C49; }
a { background-color: rgb(72,140,73); }
div.DivClassName
{
background-color: #488C49;
}
.BgClassName
{
background-color: #488C49;
}
</style>
border-color css
<style>
span { border-color: #488C49; }
span { border-color: rgb(72,140,73); }
td.TdClassName
{
border-color: #488C49;
}
.TagClassName
{
border-color: #488C49;
}
</style>