Shades of Killarney #4E7453
Tints of Killarney #4E7453
RGB
CMYK
RGB Variations
Color information
#4E7453 (or 0x4E7453) is known color: Killarney. HEX triplet: 4E, 74 and 53. RGB value is (78,116,83). Sum of RGB (Red+Green+Blue) = 78+116+83=277 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.16% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 116 - color contains mainly: green. Hex color #4E7453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7453 is #B18BAC. Grayscale: #646464. Windows color (decimal): -11635629 or 5469262. OLE color: 5469262.
HSL color Cylindrical-coordinate representation of color #4E7453: hue angle of 127.89º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E7453 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 116 | 83 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.55 |
| HSL | 127.89º | 0.2% | 0.38% | - |
| HSV(B) | 127.89º | 0.33% | 0.45% | - |
| XYZ | 10.95 | 14.74 | 10.45 | - |
| YUV | 100.88 | 117.91 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 116 | 83 | 0.33 | 0 | 0.28 | 0.55 | 127.89 | 0.2 | 0.38 |
| Hex | 4E | 74 | 53 | 21 | 0 | 1C | 37 | 80 | 14 | 26 |
| Octal | 116 | 164 | 123 | 41 | 0 | 34 | 67 | 200 | 24 | 46 |
| Binary | 1001110 | 1110100 | 1010011 | 100001 | 0 | 11100 | 110111 | 10000000 | 10100 | 100110 |
Color Harmonies of #4E7453
Complementary color
Monochromatic Colors of #4E7453
Black with #4E7453
Text Example
Text Example
White with #4E7453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7453; }
p { color: rgb(78,116,83); }
H1.HeaderClassName
{
color: #4E7453;
}
.AnyTagClassName
{
color: #4E7453;
}
</style>
background-color css
<style>
a { background-color: #4E7453; }
a { background-color: rgb(78,116,83); }
div.DivClassName
{
background-color: #4E7453;
}
.BgClassName
{
background-color: #4E7453;
}
</style>
border-color css
<style>
span { border-color: #4E7453; }
span { border-color: rgb(78,116,83); }
td.TdClassName
{
border-color: #4E7453;
}
.TagClassName
{
border-color: #4E7453;
}
</style>