Shades of Killarney #4E7254
Tints of Killarney #4E7254
RGB
CMYK
RGB Variations
Color information
#4E7254 (or 0x4E7254) is known color: Killarney. HEX triplet: 4E, 72 and 54. RGB value is (78,114,84). Sum of RGB (Red+Green+Blue) = 78+114+84=276 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.26% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 114 - color contains mainly: green. Hex color #4E7254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7254 is #B18DAB. Grayscale: #636363. Windows color (decimal): -11636140 or 5534286. OLE color: 5534286.
HSL color Cylindrical-coordinate representation of color #4E7254: hue angle of 130º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E7254 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 114 | 84 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.55 |
| HSL | 130º | 0.19% | 0.38% | - |
| HSV(B) | 130º | 0.32% | 0.45% | - |
| XYZ | 10.76 | 14.29 | 10.58 | - |
| YUV | 99.82 | 119.07 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 114 | 84 | 0.32 | 0 | 0.26 | 0.55 | 130 | 0.19 | 0.38 |
| Hex | 4E | 72 | 54 | 20 | 0 | 1A | 37 | 82 | 13 | 26 |
| Octal | 116 | 162 | 124 | 40 | 0 | 32 | 67 | 202 | 23 | 46 |
| Binary | 1001110 | 1110010 | 1010100 | 100000 | 0 | 11010 | 110111 | 10000010 | 10011 | 100110 |
Color Harmonies of #4E7254
Complementary color
Monochromatic Colors of #4E7254
Black with #4E7254
Text Example
Text Example
White with #4E7254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7254; }
p { color: rgb(78,114,84); }
H1.HeaderClassName
{
color: #4E7254;
}
.AnyTagClassName
{
color: #4E7254;
}
</style>
background-color css
<style>
a { background-color: #4E7254; }
a { background-color: rgb(78,114,84); }
div.DivClassName
{
background-color: #4E7254;
}
.BgClassName
{
background-color: #4E7254;
}
</style>
border-color css
<style>
span { border-color: #4E7254; }
span { border-color: rgb(78,114,84); }
td.TdClassName
{
border-color: #4E7254;
}
.TagClassName
{
border-color: #4E7254;
}
</style>