Shades of Killarney #4F7552
Tints of Killarney #4F7552
RGB
CMYK
RGB Variations
Color information
#4F7552 (or 0x4F7552) is known color: Killarney. HEX triplet: 4F, 75 and 52. RGB value is (79,117,82). Sum of RGB (Red+Green+Blue) = 79+117+82=278 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.42% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 117 - color contains mainly: green. Hex color #4F7552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7552 is #B08AAD. Grayscale: #656565. Windows color (decimal): -11569838 or 5403983. OLE color: 5403983.
HSL color Cylindrical-coordinate representation of color #4F7552: hue angle of 124.74º 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 #4F7552 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 117 | 82 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.54 |
| HSL | 124.74º | 0.19% | 0.38% | - |
| HSV(B) | 124.74º | 0.32% | 0.46% | - |
| XYZ | 11.11 | 14.99 | 10.29 | - |
| YUV | 101.65 | 116.91 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 117 | 82 | 0.32 | 0 | 0.30 | 0.54 | 124.74 | 0.19 | 0.38 |
| Hex | 4F | 75 | 52 | 20 | 0 | 1E | 36 | 7D | 13 | 26 |
| Octal | 117 | 165 | 122 | 40 | 0 | 36 | 66 | 175 | 23 | 46 |
| Binary | 1001111 | 1110101 | 1010010 | 100000 | 0 | 11110 | 110110 | 1111101 | 10011 | 100110 |
Color Harmonies of #4F7552
Complementary color
Monochromatic Colors of #4F7552
Black with #4F7552
Text Example
Text Example
White with #4F7552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7552; }
p { color: rgb(79,117,82); }
H1.HeaderClassName
{
color: #4F7552;
}
.AnyTagClassName
{
color: #4F7552;
}
</style>
background-color css
<style>
a { background-color: #4F7552; }
a { background-color: rgb(79,117,82); }
div.DivClassName
{
background-color: #4F7552;
}
.BgClassName
{
background-color: #4F7552;
}
</style>
border-color css
<style>
span { border-color: #4F7552; }
span { border-color: rgb(79,117,82); }
td.TdClassName
{
border-color: #4F7552;
}
.TagClassName
{
border-color: #4F7552;
}
</style>