Shades of Killarney #4F8959
Tints of Killarney #4F8959
RGB
CMYK
RGB Variations
Color information
#4F8959 (or 0x4F8959) is known color: Killarney. HEX triplet: 4F, 89 and 59. RGB value is (79,137,89). Sum of RGB (Red+Green+Blue) = 79+137+89=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 137 - color contains mainly: green. Hex color #4F8959 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8959 is #B076A6. Grayscale: #727272. Windows color (decimal): -11564711 or 5867855. OLE color: 5867855.
HSL color Cylindrical-coordinate representation of color #4F8959: hue angle of 130.34º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F8959 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 79 | 137 | 89 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.46 |
| HSL | 130.34º | 0.27% | 0.42% | - |
| HSV(B) | 130.34º | 0.42% | 0.54% | - |
| XYZ | 13.97 | 20.27 | 12.63 | - |
| YUV | 114.19 | 113.78 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 137 | 89 | 0.42 | 0 | 0.35 | 0.46 | 130.34 | 0.27 | 0.42 |
| Hex | 4F | 89 | 59 | 2A | 0 | 23 | 2E | 82 | 1B | 2A |
| Octal | 117 | 211 | 131 | 52 | 0 | 43 | 56 | 202 | 33 | 52 |
| Binary | 1001111 | 10001001 | 1011001 | 101010 | 0 | 100011 | 101110 | 10000010 | 11011 | 101010 |
Color Harmonies of #4F8959
Complementary color
Monochromatic Colors of #4F8959
Black with #4F8959
Text Example
Text Example
White with #4F8959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8959; }
p { color: rgb(79,137,89); }
H1.HeaderClassName
{
color: #4F8959;
}
.AnyTagClassName
{
color: #4F8959;
}
</style>
background-color css
<style>
a { background-color: #4F8959; }
a { background-color: rgb(79,137,89); }
div.DivClassName
{
background-color: #4F8959;
}
.BgClassName
{
background-color: #4F8959;
}
</style>
border-color css
<style>
span { border-color: #4F8959; }
span { border-color: rgb(79,137,89); }
td.TdClassName
{
border-color: #4F8959;
}
.TagClassName
{
border-color: #4F8959;
}
</style>