Shades of Killarney #488550
Tints of Killarney #488550
RGB
CMYK
RGB Variations
Color information
#488550 (or 0x488550) is known color: Killarney. HEX triplet: 48, 85 and 50. RGB value is (72,133,80). Sum of RGB (Red+Green+Blue) = 72+133+80=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #488550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488550 is #B77AAF. Grayscale: #6C6C6C. Windows color (decimal): -12024496 or 5277000. OLE color: 5277000.
HSL color Cylindrical-coordinate representation of color #488550: hue angle of 127.87º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488550 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 133 | 80 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.48 |
| HSL | 127.87º | 0.3% | 0.4% | - |
| HSV(B) | 127.87º | 0.46% | 0.52% | - |
| XYZ | 12.51 | 18.73 | 10.55 | - |
| YUV | 108.72 | 111.79 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 80 | 0.46 | 0 | 0.40 | 0.48 | 127.87 | 0.3 | 0.4 |
| Hex | 48 | 85 | 50 | 2E | 0 | 28 | 30 | 80 | 1E | 28 |
| Octal | 110 | 205 | 120 | 56 | 0 | 50 | 60 | 200 | 36 | 50 |
| Binary | 1001000 | 10000101 | 1010000 | 101110 | 0 | 101000 | 110000 | 10000000 | 11110 | 101000 |
Color Harmonies of #488550
Complementary color
Monochromatic Colors of #488550
Black with #488550
Text Example
Text Example
White with #488550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488550; }
p { color: rgb(72,133,80); }
H1.HeaderClassName
{
color: #488550;
}
.AnyTagClassName
{
color: #488550;
}
</style>
background-color css
<style>
a { background-color: #488550; }
a { background-color: rgb(72,133,80); }
div.DivClassName
{
background-color: #488550;
}
.BgClassName
{
background-color: #488550;
}
</style>
border-color css
<style>
span { border-color: #488550; }
span { border-color: rgb(72,133,80); }
td.TdClassName
{
border-color: #488550;
}
.TagClassName
{
border-color: #488550;
}
</style>