Shades of Killarney #4C8C54
Tints of Killarney #4C8C54
RGB
CMYK
RGB Variations
Color information
#4C8C54 (or 0x4C8C54) is known color: Killarney. HEX triplet: 4C, 8C and 54. RGB value is (76,140,84). Sum of RGB (Red+Green+Blue) = 76+140+84=300 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.33% from 300); Green value is 140 (55.08% from 255 or 46.67% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 140 - color contains mainly: green. Hex color #4C8C54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8C54 is #B373AB. Grayscale: #727272. Windows color (decimal): -11760556 or 5540940. OLE color: 5540940.
HSL color Cylindrical-coordinate representation of color #4C8C54: hue angle of 127.5º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C8C54 is Cyan = 0.46, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 140 | 84 | - |
| CMYK | 0.46 | 0 | 0.4 | 0.45 |
| HSL | 127.5º | 0.3% | 0.42% | - |
| HSV(B) | 127.5º | 0.46% | 0.55% | - |
| XYZ | 13.96 | 20.93 | 11.69 | - |
| YUV | 114.48 | 110.8 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 140 | 84 | 0.46 | 0 | 0.4 | 0.45 | 127.5 | 0.3 | 0.42 |
| Hex | 4C | 8C | 54 | 2E | 0 | 28 | 2D | 80 | 1E | 2A |
| Octal | 114 | 214 | 124 | 56 | 0 | 50 | 55 | 200 | 36 | 52 |
| Binary | 1001100 | 10001100 | 1010100 | 101110 | 0 | 101000 | 101101 | 10000000 | 11110 | 101010 |
Color Harmonies of #4C8C54
Complementary color
Monochromatic Colors of #4C8C54
Black with #4C8C54
Text Example
Text Example
White with #4C8C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8C54; }
p { color: rgb(76,140,84); }
H1.HeaderClassName
{
color: #4C8C54;
}
.AnyTagClassName
{
color: #4C8C54;
}
</style>
background-color css
<style>
a { background-color: #4C8C54; }
a { background-color: rgb(76,140,84); }
div.DivClassName
{
background-color: #4C8C54;
}
.BgClassName
{
background-color: #4C8C54;
}
</style>
border-color css
<style>
span { border-color: #4C8C54; }
span { border-color: rgb(76,140,84); }
td.TdClassName
{
border-color: #4C8C54;
}
.TagClassName
{
border-color: #4C8C54;
}
</style>