Shades of Killarney #4F8155
Tints of Killarney #4F8155
RGB
CMYK
RGB Variations
Color information
#4F8155 (or 0x4F8155) is known color: Killarney. HEX triplet: 4F, 81 and 55. RGB value is (79,129,85). Sum of RGB (Red+Green+Blue) = 79+129+85=293 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.96% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 129 - color contains mainly: green. Hex color #4F8155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8155 is #B07EAA. Grayscale: #6D6D6D. Windows color (decimal): -11566763 or 5603663. OLE color: 5603663.
HSL color Cylindrical-coordinate representation of color #4F8155: hue angle of 127.2º 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 #4F8155 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 79 | 129 | 85 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.49 |
| HSL | 127.2º | 0.24% | 0.41% | - |
| HSV(B) | 127.2º | 0.39% | 0.51% | - |
| XYZ | 12.71 | 18.02 | 11.4 | - |
| YUV | 109.03 | 114.44 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 129 | 85 | 0.39 | 0 | 0.34 | 0.49 | 127.2 | 0.24 | 0.41 |
| Hex | 4F | 81 | 55 | 27 | 0 | 22 | 31 | 7F | 18 | 29 |
| Octal | 117 | 201 | 125 | 47 | 0 | 42 | 61 | 177 | 30 | 51 |
| Binary | 1001111 | 10000001 | 1010101 | 100111 | 0 | 100010 | 110001 | 1111111 | 11000 | 101001 |
Color Harmonies of #4F8155
Complementary color
Monochromatic Colors of #4F8155
Black with #4F8155
Text Example
Text Example
White with #4F8155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8155; }
p { color: rgb(79,129,85); }
H1.HeaderClassName
{
color: #4F8155;
}
.AnyTagClassName
{
color: #4F8155;
}
</style>
background-color css
<style>
a { background-color: #4F8155; }
a { background-color: rgb(79,129,85); }
div.DivClassName
{
background-color: #4F8155;
}
.BgClassName
{
background-color: #4F8155;
}
</style>
border-color css
<style>
span { border-color: #4F8155; }
span { border-color: rgb(79,129,85); }
td.TdClassName
{
border-color: #4F8155;
}
.TagClassName
{
border-color: #4F8155;
}
</style>