Shades of Killarney #4E7250
Tints of Killarney #4E7250
RGB
CMYK
RGB Variations
Color information
#4E7250 (or 0x4E7250) is known color: Killarney. HEX triplet: 4E, 72 and 50. RGB value is (78,114,80). Sum of RGB (Red+Green+Blue) = 78+114+80=272 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.68% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 114 - color contains mainly: green. Hex color #4E7250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7250 is #B18DAF. Grayscale: #636363. Windows color (decimal): -11636144 or 5272142. OLE color: 5272142.
HSL color Cylindrical-coordinate representation of color #4E7250: hue angle of 123.33º 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 #4E7250 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 114 | 80 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.55 |
| HSL | 123.33º | 0.19% | 0.38% | - |
| HSV(B) | 123.33º | 0.32% | 0.45% | - |
| XYZ | 10.61 | 14.23 | 9.78 | - |
| YUV | 99.36 | 117.07 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 114 | 80 | 0.32 | 0 | 0.30 | 0.55 | 123.33 | 0.19 | 0.38 |
| Hex | 4E | 72 | 50 | 20 | 0 | 1E | 37 | 7B | 13 | 26 |
| Octal | 116 | 162 | 120 | 40 | 0 | 36 | 67 | 173 | 23 | 46 |
| Binary | 1001110 | 1110010 | 1010000 | 100000 | 0 | 11110 | 110111 | 1111011 | 10011 | 100110 |
Color Harmonies of #4E7250
Complementary color
Monochromatic Colors of #4E7250
Black with #4E7250
Text Example
Text Example
White with #4E7250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7250; }
p { color: rgb(78,114,80); }
H1.HeaderClassName
{
color: #4E7250;
}
.AnyTagClassName
{
color: #4E7250;
}
</style>
background-color css
<style>
a { background-color: #4E7250; }
a { background-color: rgb(78,114,80); }
div.DivClassName
{
background-color: #4E7250;
}
.BgClassName
{
background-color: #4E7250;
}
</style>
border-color css
<style>
span { border-color: #4E7250; }
span { border-color: rgb(78,114,80); }
td.TdClassName
{
border-color: #4E7250;
}
.TagClassName
{
border-color: #4E7250;
}
</style>