Shades of Killarney #488849
Tints of Killarney #488849
RGB
CMYK
RGB Variations
Color information
#488849 (or 0x488849) is known color: Killarney. HEX triplet: 48, 88 and 49. RGB value is (72,136,73). Sum of RGB (Red+Green+Blue) = 72+136+73=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 136 (53.52% from 255 or 48.40% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 136 - color contains mainly: green. Hex color #488849 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488849 is #B777B6. Grayscale: #6D6D6D. Windows color (decimal): -12023735 or 4819016. OLE color: 4819016.
HSL color Cylindrical-coordinate representation of color #488849: hue angle of 120.94º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488849 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 136 | 73 | - |
| CMYK | 0.47 | 0 | 0.46 | 0.47 |
| HSL | 120.94º | 0.31% | 0.41% | - |
| HSV(B) | 120.94º | 0.47% | 0.53% | - |
| XYZ | 12.68 | 19.47 | 9.39 | - |
| YUV | 109.68 | 107.3 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 73 | 0.47 | 0 | 0.46 | 0.47 | 120.94 | 0.31 | 0.41 |
| Hex | 48 | 88 | 49 | 2F | 0 | 2E | 2F | 79 | 1F | 29 |
| Octal | 110 | 210 | 111 | 57 | 0 | 56 | 57 | 171 | 37 | 51 |
| Binary | 1001000 | 10001000 | 1001001 | 101111 | 0 | 101110 | 101111 | 1111001 | 11111 | 101001 |
Color Harmonies of #488849
Complementary color
Monochromatic Colors of #488849
Black with #488849
Text Example
Text Example
White with #488849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488849; }
p { color: rgb(72,136,73); }
H1.HeaderClassName
{
color: #488849;
}
.AnyTagClassName
{
color: #488849;
}
</style>
background-color css
<style>
a { background-color: #488849; }
a { background-color: rgb(72,136,73); }
div.DivClassName
{
background-color: #488849;
}
.BgClassName
{
background-color: #488849;
}
</style>
border-color css
<style>
span { border-color: #488849; }
span { border-color: rgb(72,136,73); }
td.TdClassName
{
border-color: #488849;
}
.TagClassName
{
border-color: #488849;
}
</style>