Shades of Killarney #4F6F52
Tints of Killarney #4F6F52
RGB
CMYK
RGB Variations
Color information
#4F6F52 (or 0x4F6F52) is known color: Killarney. HEX triplet: 4F, 6F and 52. RGB value is (79,111,82). Sum of RGB (Red+Green+Blue) = 79+111+82=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 111 - color contains mainly: green. Hex color #4F6F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6F52 is #B090AD. Grayscale: #626262. Windows color (decimal): -11571374 or 5402447. OLE color: 5402447.
HSL color Cylindrical-coordinate representation of color #4F6F52: hue angle of 125.62º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F6F52 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 111 | 82 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.56 |
| HSL | 125.63º | 0.17% | 0.37% | - |
| HSV(B) | 125.63º | 0.29% | 0.44% | - |
| XYZ | 10.43 | 13.64 | 10.07 | - |
| YUV | 98.13 | 118.9 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 111 | 82 | 0.29 | 0 | 0.26 | 0.56 | 125.63 | 0.17 | 0.37 |
| Hex | 4F | 6F | 52 | 1D | 0 | 1A | 38 | 7E | 11 | 25 |
| Octal | 117 | 157 | 122 | 35 | 0 | 32 | 70 | 176 | 21 | 45 |
| Binary | 1001111 | 1101111 | 1010010 | 11101 | 0 | 11010 | 111000 | 1111110 | 10001 | 100101 |
Color Harmonies of #4F6F52
Complementary color
Monochromatic Colors of #4F6F52
Black with #4F6F52
Text Example
Text Example
White with #4F6F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6F52; }
p { color: rgb(79,111,82); }
H1.HeaderClassName
{
color: #4F6F52;
}
.AnyTagClassName
{
color: #4F6F52;
}
</style>
background-color css
<style>
a { background-color: #4F6F52; }
a { background-color: rgb(79,111,82); }
div.DivClassName
{
background-color: #4F6F52;
}
.BgClassName
{
background-color: #4F6F52;
}
</style>
border-color css
<style>
span { border-color: #4F6F52; }
span { border-color: rgb(79,111,82); }
td.TdClassName
{
border-color: #4F6F52;
}
.TagClassName
{
border-color: #4F6F52;
}
</style>