Shades of Killarney #4F7455
Tints of Killarney #4F7455
RGB
CMYK
RGB Variations
Color information
#4F7455 (or 0x4F7455) is known color: Killarney. HEX triplet: 4F, 74 and 55. RGB value is (79,116,85). Sum of RGB (Red+Green+Blue) = 79+116+85=280 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.21% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 116 - color contains mainly: green. Hex color #4F7455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7455 is #B08BAA. Grayscale: #656565. Windows color (decimal): -11570091 or 5600335. OLE color: 5600335.
HSL color Cylindrical-coordinate representation of color #4F7455: hue angle of 129.73º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F7455 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 116 | 85 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.55 |
| HSL | 129.73º | 0.19% | 0.38% | - |
| HSV(B) | 129.73º | 0.32% | 0.45% | - |
| XYZ | 11.11 | 14.81 | 10.87 | - |
| YUV | 101.4 | 118.74 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 116 | 85 | 0.32 | 0 | 0.27 | 0.55 | 129.73 | 0.19 | 0.38 |
| Hex | 4F | 74 | 55 | 20 | 0 | 1B | 37 | 82 | 13 | 26 |
| Octal | 117 | 164 | 125 | 40 | 0 | 33 | 67 | 202 | 23 | 46 |
| Binary | 1001111 | 1110100 | 1010101 | 100000 | 0 | 11011 | 110111 | 10000010 | 10011 | 100110 |
Color Harmonies of #4F7455
Complementary color
Monochromatic Colors of #4F7455
Black with #4F7455
Text Example
Text Example
White with #4F7455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7455; }
p { color: rgb(79,116,85); }
H1.HeaderClassName
{
color: #4F7455;
}
.AnyTagClassName
{
color: #4F7455;
}
</style>
background-color css
<style>
a { background-color: #4F7455; }
a { background-color: rgb(79,116,85); }
div.DivClassName
{
background-color: #4F7455;
}
.BgClassName
{
background-color: #4F7455;
}
</style>
border-color css
<style>
span { border-color: #4F7455; }
span { border-color: rgb(79,116,85); }
td.TdClassName
{
border-color: #4F7455;
}
.TagClassName
{
border-color: #4F7455;
}
</style>