Shades of Killarney #4E7353
Tints of Killarney #4E7353
RGB
CMYK
RGB Variations
Color information
#4E7353 (or 0x4E7353) is known color: Killarney. HEX triplet: 4E, 73 and 53. RGB value is (78,115,83). Sum of RGB (Red+Green+Blue) = 78+115+83=276 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.26% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 115 - color contains mainly: green. Hex color #4E7353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7353 is #B18CAC. Grayscale: #646464. Windows color (decimal): -11635885 or 5469006. OLE color: 5469006.
HSL color Cylindrical-coordinate representation of color #4E7353: hue angle of 128.11º 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 #4E7353 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 115 | 83 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.55 |
| HSL | 128.11º | 0.19% | 0.38% | - |
| HSV(B) | 128.11º | 0.32% | 0.45% | - |
| XYZ | 10.83 | 14.51 | 10.41 | - |
| YUV | 100.29 | 118.24 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 115 | 83 | 0.32 | 0 | 0.28 | 0.55 | 128.11 | 0.19 | 0.38 |
| Hex | 4E | 73 | 53 | 20 | 0 | 1C | 37 | 80 | 13 | 26 |
| Octal | 116 | 163 | 123 | 40 | 0 | 34 | 67 | 200 | 23 | 46 |
| Binary | 1001110 | 1110011 | 1010011 | 100000 | 0 | 11100 | 110111 | 10000000 | 10011 | 100110 |
Color Harmonies of #4E7353
Complementary color
Monochromatic Colors of #4E7353
Black with #4E7353
Text Example
Text Example
White with #4E7353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7353; }
p { color: rgb(78,115,83); }
H1.HeaderClassName
{
color: #4E7353;
}
.AnyTagClassName
{
color: #4E7353;
}
</style>
background-color css
<style>
a { background-color: #4E7353; }
a { background-color: rgb(78,115,83); }
div.DivClassName
{
background-color: #4E7353;
}
.BgClassName
{
background-color: #4E7353;
}
</style>
border-color css
<style>
span { border-color: #4E7353; }
span { border-color: rgb(78,115,83); }
td.TdClassName
{
border-color: #4E7353;
}
.TagClassName
{
border-color: #4E7353;
}
</style>