Shades of Killarney #488955
Tints of Killarney #488955
RGB
CMYK
RGB Variations
Color information
#488955 (or 0x488955) is known color: Killarney. HEX triplet: 48, 89 and 55. RGB value is (72,137,85). Sum of RGB (Red+Green+Blue) = 72+137+85=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #488955 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488955 is #B776AA. Grayscale: #6F6F6F. Windows color (decimal): -12023467 or 5605704. OLE color: 5605704.
HSL color Cylindrical-coordinate representation of color #488955: hue angle of 132º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488955 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 137 | 85 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.46 |
| HSL | 132º | 0.31% | 0.41% | - |
| HSV(B) | 132º | 0.47% | 0.54% | - |
| XYZ | 13.26 | 19.92 | 11.74 | - |
| YUV | 111.64 | 112.97 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 137 | 85 | 0.47 | 0 | 0.38 | 0.46 | 132 | 0.31 | 0.41 |
| Hex | 48 | 89 | 55 | 2F | 0 | 26 | 2E | 84 | 1F | 29 |
| Octal | 110 | 211 | 125 | 57 | 0 | 46 | 56 | 204 | 37 | 51 |
| Binary | 1001000 | 10001001 | 1010101 | 101111 | 0 | 100110 | 101110 | 10000100 | 11111 | 101001 |
Color Harmonies of #488955
Complementary color
Monochromatic Colors of #488955
Black with #488955
Text Example
Text Example
White with #488955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488955; }
p { color: rgb(72,137,85); }
H1.HeaderClassName
{
color: #488955;
}
.AnyTagClassName
{
color: #488955;
}
</style>
background-color css
<style>
a { background-color: #488955; }
a { background-color: rgb(72,137,85); }
div.DivClassName
{
background-color: #488955;
}
.BgClassName
{
background-color: #488955;
}
</style>
border-color css
<style>
span { border-color: #488955; }
span { border-color: rgb(72,137,85); }
td.TdClassName
{
border-color: #488955;
}
.TagClassName
{
border-color: #488955;
}
</style>