Shades of Killarney #4F8552
Tints of Killarney #4F8552
RGB
CMYK
RGB Variations
Color information
#4F8552 (or 0x4F8552) is known color: Killarney. HEX triplet: 4F, 85 and 52. RGB value is (79,133,82). Sum of RGB (Red+Green+Blue) = 79+133+82=294 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.87% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #4F8552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8552 is #B07AAD. Grayscale: #6F6F6F. Windows color (decimal): -11565742 or 5408079. OLE color: 5408079.
HSL color Cylindrical-coordinate representation of color #4F8552: hue angle of 123.33º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F8552 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 133 | 82 | - |
| CMYK | 0.41 | 0 | 0.38 | 0.48 |
| HSL | 123.33º | 0.25% | 0.42% | - |
| HSV(B) | 123.33º | 0.41% | 0.52% | - |
| XYZ | 13.13 | 19.05 | 10.97 | - |
| YUV | 111.04 | 111.61 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 133 | 82 | 0.41 | 0 | 0.38 | 0.48 | 123.33 | 0.25 | 0.42 |
| Hex | 4F | 85 | 52 | 29 | 0 | 26 | 30 | 7B | 19 | 2A |
| Octal | 117 | 205 | 122 | 51 | 0 | 46 | 60 | 173 | 31 | 52 |
| Binary | 1001111 | 10000101 | 1010010 | 101001 | 0 | 100110 | 110000 | 1111011 | 11001 | 101010 |
Color Harmonies of #4F8552
Complementary color
Monochromatic Colors of #4F8552
Black with #4F8552
Text Example
Text Example
White with #4F8552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8552; }
p { color: rgb(79,133,82); }
H1.HeaderClassName
{
color: #4F8552;
}
.AnyTagClassName
{
color: #4F8552;
}
</style>
background-color css
<style>
a { background-color: #4F8552; }
a { background-color: rgb(79,133,82); }
div.DivClassName
{
background-color: #4F8552;
}
.BgClassName
{
background-color: #4F8552;
}
</style>
border-color css
<style>
span { border-color: #4F8552; }
span { border-color: rgb(79,133,82); }
td.TdClassName
{
border-color: #4F8552;
}
.TagClassName
{
border-color: #4F8552;
}
</style>