Shades of Killarney #488051
Tints of Killarney #488051
RGB
CMYK
RGB Variations
Color information
#488051 (or 0x488051) is known color: Killarney. HEX triplet: 48, 80 and 51. RGB value is (72,128,81). Sum of RGB (Red+Green+Blue) = 72+128+81=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #488051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488051 is #B77FAE. Grayscale: #6A6A6A. Windows color (decimal): -12025775 or 5341256. OLE color: 5341256.
HSL color Cylindrical-coordinate representation of color #488051: hue angle of 129.64º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #488051 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 128 | 81 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.50 |
| HSL | 129.64º | 0.28% | 0.39% | - |
| HSV(B) | 129.64º | 0.44% | 0.5% | - |
| XYZ | 11.88 | 17.41 | 10.52 | - |
| YUV | 105.9 | 113.95 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 128 | 81 | 0.44 | 0 | 0.37 | 0.50 | 129.64 | 0.28 | 0.39 |
| Hex | 48 | 80 | 51 | 2C | 0 | 25 | 32 | 82 | 1C | 27 |
| Octal | 110 | 200 | 121 | 54 | 0 | 45 | 62 | 202 | 34 | 47 |
| Binary | 1001000 | 10000000 | 1010001 | 101100 | 0 | 100101 | 110010 | 10000010 | 11100 | 100111 |
Color Harmonies of #488051
Complementary color
Monochromatic Colors of #488051
Black with #488051
Text Example
Text Example
White with #488051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488051; }
p { color: rgb(72,128,81); }
H1.HeaderClassName
{
color: #488051;
}
.AnyTagClassName
{
color: #488051;
}
</style>
background-color css
<style>
a { background-color: #488051; }
a { background-color: rgb(72,128,81); }
div.DivClassName
{
background-color: #488051;
}
.BgClassName
{
background-color: #488051;
}
</style>
border-color css
<style>
span { border-color: #488051; }
span { border-color: rgb(72,128,81); }
td.TdClassName
{
border-color: #488051;
}
.TagClassName
{
border-color: #488051;
}
</style>