Shades of Killarney #4F8251
Tints of Killarney #4F8251
RGB
CMYK
RGB Variations
Color information
#4F8251 (or 0x4F8251) is known color: Killarney. HEX triplet: 4F, 82 and 51. RGB value is (79,130,81). Sum of RGB (Red+Green+Blue) = 79+130+81=290 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.24% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #4F8251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8251 is #B07DAE. Grayscale: #6D6D6D. Windows color (decimal): -11566511 or 5341775. OLE color: 5341775.
HSL color Cylindrical-coordinate representation of color #4F8251: hue angle of 122.35º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F8251 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 79 | 130 | 81 | - |
| CMYK | 0.39 | 0 | 0.38 | 0.49 |
| HSL | 122.35º | 0.24% | 0.41% | - |
| HSV(B) | 122.35º | 0.39% | 0.51% | - |
| XYZ | 12.69 | 18.22 | 10.63 | - |
| YUV | 109.17 | 112.1 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 130 | 81 | 0.39 | 0 | 0.38 | 0.49 | 122.35 | 0.24 | 0.41 |
| Hex | 4F | 82 | 51 | 27 | 0 | 26 | 31 | 7A | 18 | 29 |
| Octal | 117 | 202 | 121 | 47 | 0 | 46 | 61 | 172 | 30 | 51 |
| Binary | 1001111 | 10000010 | 1010001 | 100111 | 0 | 100110 | 110001 | 1111010 | 11000 | 101001 |
Color Harmonies of #4F8251
Complementary color
Monochromatic Colors of #4F8251
Black with #4F8251
Text Example
Text Example
White with #4F8251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8251; }
p { color: rgb(79,130,81); }
H1.HeaderClassName
{
color: #4F8251;
}
.AnyTagClassName
{
color: #4F8251;
}
</style>
background-color css
<style>
a { background-color: #4F8251; }
a { background-color: rgb(79,130,81); }
div.DivClassName
{
background-color: #4F8251;
}
.BgClassName
{
background-color: #4F8251;
}
</style>
border-color css
<style>
span { border-color: #4F8251; }
span { border-color: rgb(79,130,81); }
td.TdClassName
{
border-color: #4F8251;
}
.TagClassName
{
border-color: #4F8251;
}
</style>