Shades of Killarney #4E7355
Tints of Killarney #4E7355
RGB
CMYK
RGB Variations
Color information
#4E7355 (or 0x4E7355) is known color: Killarney. HEX triplet: 4E, 73 and 55. RGB value is (78,115,85). Sum of RGB (Red+Green+Blue) = 78+115+85=278 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.06% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 115 - color contains mainly: green. Hex color #4E7355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7355 is #B18CAA. Grayscale: #646464. Windows color (decimal): -11635883 or 5600078. OLE color: 5600078.
HSL color Cylindrical-coordinate representation of color #4E7355: hue angle of 131.35º 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 #4E7355 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 115 | 85 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.55 |
| HSL | 131.35º | 0.19% | 0.38% | - |
| HSV(B) | 131.35º | 0.32% | 0.45% | - |
| XYZ | 10.91 | 14.54 | 10.83 | - |
| YUV | 100.52 | 119.24 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 115 | 85 | 0.32 | 0 | 0.26 | 0.55 | 131.35 | 0.19 | 0.38 |
| Hex | 4E | 73 | 55 | 20 | 0 | 1A | 37 | 83 | 13 | 26 |
| Octal | 116 | 163 | 125 | 40 | 0 | 32 | 67 | 203 | 23 | 46 |
| Binary | 1001110 | 1110011 | 1010101 | 100000 | 0 | 11010 | 110111 | 10000011 | 10011 | 100110 |
Color Harmonies of #4E7355
Complementary color
Monochromatic Colors of #4E7355
Black with #4E7355
Text Example
Text Example
White with #4E7355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7355; }
p { color: rgb(78,115,85); }
H1.HeaderClassName
{
color: #4E7355;
}
.AnyTagClassName
{
color: #4E7355;
}
</style>
background-color css
<style>
a { background-color: #4E7355; }
a { background-color: rgb(78,115,85); }
div.DivClassName
{
background-color: #4E7355;
}
.BgClassName
{
background-color: #4E7355;
}
</style>
border-color css
<style>
span { border-color: #4E7355; }
span { border-color: rgb(78,115,85); }
td.TdClassName
{
border-color: #4E7355;
}
.TagClassName
{
border-color: #4E7355;
}
</style>