Shades of Killarney #4F8557
Tints of Killarney #4F8557
RGB
CMYK
RGB Variations
Color information
#4F8557 (or 0x4F8557) is known color: Killarney. HEX triplet: 4F, 85 and 57. RGB value is (79,133,87). Sum of RGB (Red+Green+Blue) = 79+133+87=299 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.42% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 133 - color contains mainly: green. Hex color #4F8557 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8557 is #B07AA8. Grayscale: #6F6F6F. Windows color (decimal): -11565737 or 5735759. OLE color: 5735759.
HSL color Cylindrical-coordinate representation of color #4F8557: hue angle of 128.89º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F8557 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 133 | 87 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.48 |
| HSL | 128.89º | 0.25% | 0.42% | - |
| HSV(B) | 128.89º | 0.41% | 0.52% | - |
| XYZ | 13.33 | 19.13 | 12.01 | - |
| YUV | 111.61 | 114.11 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 133 | 87 | 0.41 | 0 | 0.35 | 0.48 | 128.89 | 0.25 | 0.42 |
| Hex | 4F | 85 | 57 | 29 | 0 | 23 | 30 | 81 | 19 | 2A |
| Octal | 117 | 205 | 127 | 51 | 0 | 43 | 60 | 201 | 31 | 52 |
| Binary | 1001111 | 10000101 | 1010111 | 101001 | 0 | 100011 | 110000 | 10000001 | 11001 | 101010 |
Color Harmonies of #4F8557
Complementary color
Monochromatic Colors of #4F8557
Black with #4F8557
Text Example
Text Example
White with #4F8557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8557; }
p { color: rgb(79,133,87); }
H1.HeaderClassName
{
color: #4F8557;
}
.AnyTagClassName
{
color: #4F8557;
}
</style>
background-color css
<style>
a { background-color: #4F8557; }
a { background-color: rgb(79,133,87); }
div.DivClassName
{
background-color: #4F8557;
}
.BgClassName
{
background-color: #4F8557;
}
</style>
border-color css
<style>
span { border-color: #4F8557; }
span { border-color: rgb(79,133,87); }
td.TdClassName
{
border-color: #4F8557;
}
.TagClassName
{
border-color: #4F8557;
}
</style>