Shades of Killarney #4E7E56
Tints of Killarney #4E7E56
RGB
CMYK
RGB Variations
Color information
#4E7E56 (or 0x4E7E56) is known color: Killarney. HEX triplet: 4E, 7E and 56. RGB value is (78,126,86). Sum of RGB (Red+Green+Blue) = 78+126+86=290 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.90% from 290); Green value is 126 (49.61% from 255 or 43.45% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 126 - color contains mainly: green. Hex color #4E7E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7E56 is #B181A9. Grayscale: #6B6B6B. Windows color (decimal): -11633066 or 5668430. OLE color: 5668430.
HSL color Cylindrical-coordinate representation of color #4E7E56: hue angle of 130º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4E7E56 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 126 | 86 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.51 |
| HSL | 130º | 0.24% | 0.4% | - |
| HSV(B) | 130º | 0.38% | 0.49% | - |
| XYZ | 12.28 | 17.21 | 11.48 | - |
| YUV | 107.09 | 116.1 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 126 | 86 | 0.38 | 0 | 0.32 | 0.51 | 130 | 0.24 | 0.4 |
| Hex | 4E | 7E | 56 | 26 | 0 | 20 | 33 | 82 | 18 | 28 |
| Octal | 116 | 176 | 126 | 46 | 0 | 40 | 63 | 202 | 30 | 50 |
| Binary | 1001110 | 1111110 | 1010110 | 100110 | 0 | 100000 | 110011 | 10000010 | 11000 | 101000 |
Color Harmonies of #4E7E56
Complementary color
Monochromatic Colors of #4E7E56
Black with #4E7E56
Text Example
Text Example
White with #4E7E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7E56; }
p { color: rgb(78,126,86); }
H1.HeaderClassName
{
color: #4E7E56;
}
.AnyTagClassName
{
color: #4E7E56;
}
</style>
background-color css
<style>
a { background-color: #4E7E56; }
a { background-color: rgb(78,126,86); }
div.DivClassName
{
background-color: #4E7E56;
}
.BgClassName
{
background-color: #4E7E56;
}
</style>
border-color css
<style>
span { border-color: #4E7E56; }
span { border-color: rgb(78,126,86); }
td.TdClassName
{
border-color: #4E7E56;
}
.TagClassName
{
border-color: #4E7E56;
}
</style>