Shades of Killarney #488856
Tints of Killarney #488856
RGB
CMYK
RGB Variations
Color information
#488856 (or 0x488856) is known color: Killarney. HEX triplet: 48, 88 and 56. RGB value is (72,136,86). Sum of RGB (Red+Green+Blue) = 72+136+86=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 136 - color contains mainly: green. Hex color #488856 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488856 is #B777A9. Grayscale: #6F6F6F. Windows color (decimal): -12023722 or 5670984. OLE color: 5670984.
HSL color Cylindrical-coordinate representation of color #488856: hue angle of 133.12º 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 #488856 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 136 | 86 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.47 |
| HSL | 133.13º | 0.31% | 0.41% | - |
| HSV(B) | 133.13º | 0.47% | 0.53% | - |
| XYZ | 13.16 | 19.66 | 11.91 | - |
| YUV | 111.16 | 113.8 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 86 | 0.47 | 0 | 0.37 | 0.47 | 133.13 | 0.31 | 0.41 |
| Hex | 48 | 88 | 56 | 2F | 0 | 25 | 2F | 85 | 1F | 29 |
| Octal | 110 | 210 | 126 | 57 | 0 | 45 | 57 | 205 | 37 | 51 |
| Binary | 1001000 | 10001000 | 1010110 | 101111 | 0 | 100101 | 101111 | 10000101 | 11111 | 101001 |
Color Harmonies of #488856
Complementary color
Monochromatic Colors of #488856
Black with #488856
Text Example
Text Example
White with #488856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488856; }
p { color: rgb(72,136,86); }
H1.HeaderClassName
{
color: #488856;
}
.AnyTagClassName
{
color: #488856;
}
</style>
background-color css
<style>
a { background-color: #488856; }
a { background-color: rgb(72,136,86); }
div.DivClassName
{
background-color: #488856;
}
.BgClassName
{
background-color: #488856;
}
</style>
border-color css
<style>
span { border-color: #488856; }
span { border-color: rgb(72,136,86); }
td.TdClassName
{
border-color: #488856;
}
.TagClassName
{
border-color: #488856;
}
</style>