Shades of Killarney #4F7550
Tints of Killarney #4F7550
RGB
CMYK
RGB Variations
Color information
#4F7550 (or 0x4F7550) is known color: Killarney. HEX triplet: 4F, 75 and 50. RGB value is (79,117,80). Sum of RGB (Red+Green+Blue) = 79+117+80=276 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.62% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #4F7550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7550 is #B08AAF. Grayscale: #656565. Windows color (decimal): -11569840 or 5272911. OLE color: 5272911.
HSL color Cylindrical-coordinate representation of color #4F7550: hue angle of 121.58º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F7550 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 117 | 80 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.54 |
| HSL | 121.58º | 0.19% | 0.38% | - |
| HSV(B) | 121.58º | 0.32% | 0.46% | - |
| XYZ | 11.03 | 14.96 | 9.9 | - |
| YUV | 101.42 | 115.91 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 117 | 80 | 0.32 | 0 | 0.32 | 0.54 | 121.58 | 0.19 | 0.38 |
| Hex | 4F | 75 | 50 | 20 | 0 | 20 | 36 | 7A | 13 | 26 |
| Octal | 117 | 165 | 120 | 40 | 0 | 40 | 66 | 172 | 23 | 46 |
| Binary | 1001111 | 1110101 | 1010000 | 100000 | 0 | 100000 | 110110 | 1111010 | 10011 | 100110 |
Color Harmonies of #4F7550
Complementary color
Monochromatic Colors of #4F7550
Black with #4F7550
Text Example
Text Example
White with #4F7550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7550; }
p { color: rgb(79,117,80); }
H1.HeaderClassName
{
color: #4F7550;
}
.AnyTagClassName
{
color: #4F7550;
}
</style>
background-color css
<style>
a { background-color: #4F7550; }
a { background-color: rgb(79,117,80); }
div.DivClassName
{
background-color: #4F7550;
}
.BgClassName
{
background-color: #4F7550;
}
</style>
border-color css
<style>
span { border-color: #4F7550; }
span { border-color: rgb(79,117,80); }
td.TdClassName
{
border-color: #4F7550;
}
.TagClassName
{
border-color: #4F7550;
}
</style>