Shades of Killarney #4F8351
Tints of Killarney #4F8351
RGB
CMYK
RGB Variations
Color information
#4F8351 (or 0x4F8351) is known color: Killarney. HEX triplet: 4F, 83 and 51. RGB value is (79,131,81). Sum of RGB (Red+Green+Blue) = 79+131+81=291 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.15% from 291); Green value is 131 (51.56% from 255 or 45.02% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 131 - color contains mainly: green. Hex color #4F8351 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8351 is #B07CAE. Grayscale: #6D6D6D. Windows color (decimal): -11566255 or 5342031. OLE color: 5342031.
HSL color Cylindrical-coordinate representation of color #4F8351: hue angle of 122.31º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F8351 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 79 | 131 | 81 | - |
| CMYK | 0.40 | 0 | 0.38 | 0.49 |
| HSL | 122.31º | 0.25% | 0.41% | - |
| HSV(B) | 122.31º | 0.4% | 0.51% | - |
| XYZ | 12.83 | 18.49 | 10.68 | - |
| YUV | 109.75 | 111.77 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 131 | 81 | 0.40 | 0 | 0.38 | 0.49 | 122.31 | 0.25 | 0.41 |
| Hex | 4F | 83 | 51 | 28 | 0 | 26 | 31 | 7A | 19 | 29 |
| Octal | 117 | 203 | 121 | 50 | 0 | 46 | 61 | 172 | 31 | 51 |
| Binary | 1001111 | 10000011 | 1010001 | 101000 | 0 | 100110 | 110001 | 1111010 | 11001 | 101001 |
Color Harmonies of #4F8351
Complementary color
Monochromatic Colors of #4F8351
Black with #4F8351
Text Example
Text Example
White with #4F8351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8351; }
p { color: rgb(79,131,81); }
H1.HeaderClassName
{
color: #4F8351;
}
.AnyTagClassName
{
color: #4F8351;
}
</style>
background-color css
<style>
a { background-color: #4F8351; }
a { background-color: rgb(79,131,81); }
div.DivClassName
{
background-color: #4F8351;
}
.BgClassName
{
background-color: #4F8351;
}
</style>
border-color css
<style>
span { border-color: #4F8351; }
span { border-color: rgb(79,131,81); }
td.TdClassName
{
border-color: #4F8351;
}
.TagClassName
{
border-color: #4F8351;
}
</style>