Shades of Killarney #488151
Tints of Killarney #488151
RGB
CMYK
RGB Variations
Color information
#488151 (or 0x488151) is known color: Killarney. HEX triplet: 48, 81 and 51. RGB value is (72,129,81). Sum of RGB (Red+Green+Blue) = 72+129+81=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 129 - color contains mainly: green. Hex color #488151 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488151 is #B77EAE. Grayscale: #6A6A6A. Windows color (decimal): -12025519 or 5341512. OLE color: 5341512.
HSL color Cylindrical-coordinate representation of color #488151: hue angle of 129.47º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #488151 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 129 | 81 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.49 |
| HSL | 129.47º | 0.28% | 0.39% | - |
| HSV(B) | 129.47º | 0.44% | 0.51% | - |
| XYZ | 12.01 | 17.67 | 10.56 | - |
| YUV | 106.49 | 113.62 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 129 | 81 | 0.44 | 0 | 0.37 | 0.49 | 129.47 | 0.28 | 0.39 |
| Hex | 48 | 81 | 51 | 2C | 0 | 25 | 31 | 81 | 1C | 27 |
| Octal | 110 | 201 | 121 | 54 | 0 | 45 | 61 | 201 | 34 | 47 |
| Binary | 1001000 | 10000001 | 1010001 | 101100 | 0 | 100101 | 110001 | 10000001 | 11100 | 100111 |
Color Harmonies of #488151
Complementary color
Monochromatic Colors of #488151
Black with #488151
Text Example
Text Example
White with #488151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488151; }
p { color: rgb(72,129,81); }
H1.HeaderClassName
{
color: #488151;
}
.AnyTagClassName
{
color: #488151;
}
</style>
background-color css
<style>
a { background-color: #488151; }
a { background-color: rgb(72,129,81); }
div.DivClassName
{
background-color: #488151;
}
.BgClassName
{
background-color: #488151;
}
</style>
border-color css
<style>
span { border-color: #488151; }
span { border-color: rgb(72,129,81); }
td.TdClassName
{
border-color: #488151;
}
.TagClassName
{
border-color: #488151;
}
</style>