Shades of Killarney #4F7251
Tints of Killarney #4F7251
RGB
CMYK
RGB Variations
Color information
#4F7251 (or 0x4F7251) is known color: Killarney. HEX triplet: 4F, 72 and 51. RGB value is (79,114,81). Sum of RGB (Red+Green+Blue) = 79+114+81=274 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.83% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 114 - color contains mainly: green. Hex color #4F7251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7251 is #B08DAE. Grayscale: #636363. Windows color (decimal): -11570607 or 5337679. OLE color: 5337679.
HSL color Cylindrical-coordinate representation of color #4F7251: hue angle of 123.43º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F7251 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 114 | 81 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.55 |
| HSL | 123.43º | 0.18% | 0.38% | - |
| HSV(B) | 123.43º | 0.31% | 0.45% | - |
| XYZ | 10.73 | 14.29 | 9.98 | - |
| YUV | 99.77 | 117.4 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 114 | 81 | 0.31 | 0 | 0.29 | 0.55 | 123.43 | 0.18 | 0.38 |
| Hex | 4F | 72 | 51 | 1F | 0 | 1D | 37 | 7B | 12 | 26 |
| Octal | 117 | 162 | 121 | 37 | 0 | 35 | 67 | 173 | 22 | 46 |
| Binary | 1001111 | 1110010 | 1010001 | 11111 | 0 | 11101 | 110111 | 1111011 | 10010 | 100110 |
Color Harmonies of #4F7251
Complementary color
Monochromatic Colors of #4F7251
Black with #4F7251
Text Example
Text Example
White with #4F7251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7251; }
p { color: rgb(79,114,81); }
H1.HeaderClassName
{
color: #4F7251;
}
.AnyTagClassName
{
color: #4F7251;
}
</style>
background-color css
<style>
a { background-color: #4F7251; }
a { background-color: rgb(79,114,81); }
div.DivClassName
{
background-color: #4F7251;
}
.BgClassName
{
background-color: #4F7251;
}
</style>
border-color css
<style>
span { border-color: #4F7251; }
span { border-color: rgb(79,114,81); }
td.TdClassName
{
border-color: #4F7251;
}
.TagClassName
{
border-color: #4F7251;
}
</style>