Shades of Killarney #4F8558
Tints of Killarney #4F8558
RGB
CMYK
RGB Variations
Color information
#4F8558 (or 0x4F8558) is known color: Killarney. HEX triplet: 4F, 85 and 58. RGB value is (79,133,88). Sum of RGB (Red+Green+Blue) = 79+133+88=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #4F8558 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8558 is #B07AA7. Grayscale: #6F6F6F. Windows color (decimal): -11565736 or 5801295. OLE color: 5801295.
HSL color Cylindrical-coordinate representation of color #4F8558: hue angle of 130º 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 #4F8558 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 133 | 88 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.48 |
| HSL | 130º | 0.25% | 0.42% | - |
| HSV(B) | 130º | 0.41% | 0.52% | - |
| XYZ | 13.37 | 19.14 | 12.22 | - |
| YUV | 111.72 | 114.61 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 133 | 88 | 0.41 | 0 | 0.34 | 0.48 | 130 | 0.25 | 0.42 |
| Hex | 4F | 85 | 58 | 29 | 0 | 22 | 30 | 82 | 19 | 2A |
| Octal | 117 | 205 | 130 | 51 | 0 | 42 | 60 | 202 | 31 | 52 |
| Binary | 1001111 | 10000101 | 1011000 | 101001 | 0 | 100010 | 110000 | 10000010 | 11001 | 101010 |
Color Harmonies of #4F8558
Complementary color
Monochromatic Colors of #4F8558
Black with #4F8558
Text Example
Text Example
White with #4F8558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8558; }
p { color: rgb(79,133,88); }
H1.HeaderClassName
{
color: #4F8558;
}
.AnyTagClassName
{
color: #4F8558;
}
</style>
background-color css
<style>
a { background-color: #4F8558; }
a { background-color: rgb(79,133,88); }
div.DivClassName
{
background-color: #4F8558;
}
.BgClassName
{
background-color: #4F8558;
}
</style>
border-color css
<style>
span { border-color: #4F8558; }
span { border-color: rgb(79,133,88); }
td.TdClassName
{
border-color: #4F8558;
}
.TagClassName
{
border-color: #4F8558;
}
</style>