Shades of Killarney #4F7250
Tints of Killarney #4F7250
RGB
CMYK
RGB Variations
Color information
#4F7250 (or 0x4F7250) is known color: Killarney. HEX triplet: 4F, 72 and 50. RGB value is (79,114,80). Sum of RGB (Red+Green+Blue) = 79+114+80=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 114 - color contains mainly: green. Hex color #4F7250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7250 is #B08DAF. Grayscale: #636363. Windows color (decimal): -11570608 or 5272143. OLE color: 5272143.
HSL color Cylindrical-coordinate representation of color #4F7250: hue angle of 121.71º 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 #4F7250 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 114 | 80 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.55 |
| HSL | 121.71º | 0.18% | 0.38% | - |
| HSV(B) | 121.71º | 0.31% | 0.45% | - |
| XYZ | 10.69 | 14.28 | 9.78 | - |
| YUV | 99.66 | 116.9 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 114 | 80 | 0.31 | 0 | 0.30 | 0.55 | 121.71 | 0.18 | 0.38 |
| Hex | 4F | 72 | 50 | 1F | 0 | 1E | 37 | 7A | 12 | 26 |
| Octal | 117 | 162 | 120 | 37 | 0 | 36 | 67 | 172 | 22 | 46 |
| Binary | 1001111 | 1110010 | 1010000 | 11111 | 0 | 11110 | 110111 | 1111010 | 10010 | 100110 |
Color Harmonies of #4F7250
Complementary color
Monochromatic Colors of #4F7250
Black with #4F7250
Text Example
Text Example
White with #4F7250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7250; }
p { color: rgb(79,114,80); }
H1.HeaderClassName
{
color: #4F7250;
}
.AnyTagClassName
{
color: #4F7250;
}
</style>
background-color css
<style>
a { background-color: #4F7250; }
a { background-color: rgb(79,114,80); }
div.DivClassName
{
background-color: #4F7250;
}
.BgClassName
{
background-color: #4F7250;
}
</style>
border-color css
<style>
span { border-color: #4F7250; }
span { border-color: rgb(79,114,80); }
td.TdClassName
{
border-color: #4F7250;
}
.TagClassName
{
border-color: #4F7250;
}
</style>