Shades of Killarney #4F6D52
Tints of Killarney #4F6D52
RGB
CMYK
RGB Variations
Color information
#4F6D52 (or 0x4F6D52) is known color: Killarney. HEX triplet: 4F, 6D and 52. RGB value is (79,109,82). Sum of RGB (Red+Green+Blue) = 79+109+82=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 109 - color contains mainly: green. Hex color #4F6D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6D52 is #B092AD. Grayscale: #616161. Windows color (decimal): -11571886 or 5401935. OLE color: 5401935.
HSL color Cylindrical-coordinate representation of color #4F6D52: hue angle of 126º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F6D52 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 109 | 82 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.57 |
| HSL | 126º | 0.16% | 0.37% | - |
| HSV(B) | 126º | 0.28% | 0.43% | - |
| XYZ | 10.22 | 13.21 | 9.99 | - |
| YUV | 96.95 | 119.56 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 109 | 82 | 0.28 | 0 | 0.25 | 0.57 | 126 | 0.16 | 0.37 |
| Hex | 4F | 6D | 52 | 1C | 0 | 19 | 39 | 7E | 10 | 25 |
| Octal | 117 | 155 | 122 | 34 | 0 | 31 | 71 | 176 | 20 | 45 |
| Binary | 1001111 | 1101101 | 1010010 | 11100 | 0 | 11001 | 111001 | 1111110 | 10000 | 100101 |
Color Harmonies of #4F6D52
Complementary color
Monochromatic Colors of #4F6D52
Black with #4F6D52
Text Example
Text Example
White with #4F6D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6D52; }
p { color: rgb(79,109,82); }
H1.HeaderClassName
{
color: #4F6D52;
}
.AnyTagClassName
{
color: #4F6D52;
}
</style>
background-color css
<style>
a { background-color: #4F6D52; }
a { background-color: rgb(79,109,82); }
div.DivClassName
{
background-color: #4F6D52;
}
.BgClassName
{
background-color: #4F6D52;
}
</style>
border-color css
<style>
span { border-color: #4F6D52; }
span { border-color: rgb(79,109,82); }
td.TdClassName
{
border-color: #4F6D52;
}
.TagClassName
{
border-color: #4F6D52;
}
</style>