Shades of Killarney #4E8A52
Tints of Killarney #4E8A52
RGB
CMYK
RGB Variations
Color information
#4E8A52 (or 0x4E8A52) is known color: Killarney. HEX triplet: 4E, 8A and 52. RGB value is (78,138,82). Sum of RGB (Red+Green+Blue) = 78+138+82=298 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.17% from 298); Green value is 138 (54.30% from 255 or 46.31% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 138 - color contains mainly: green. Hex color #4E8A52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8A52 is #B175AD. Grayscale: #717171. Windows color (decimal): -11629998 or 5409358. OLE color: 5409358.
HSL color Cylindrical-coordinate representation of color #4E8A52: hue angle of 124º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E8A52 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 78 | 138 | 82 | - |
| CMYK | 0.43 | 0 | 0.41 | 0.46 |
| HSL | 124º | 0.28% | 0.42% | - |
| HSV(B) | 124º | 0.43% | 0.54% | - |
| XYZ | 13.75 | 20.41 | 11.2 | - |
| YUV | 113.68 | 110.12 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 138 | 82 | 0.43 | 0 | 0.41 | 0.46 | 124 | 0.28 | 0.42 |
| Hex | 4E | 8A | 52 | 2B | 0 | 29 | 2E | 7C | 1C | 2A |
| Octal | 116 | 212 | 122 | 53 | 0 | 51 | 56 | 174 | 34 | 52 |
| Binary | 1001110 | 10001010 | 1010010 | 101011 | 0 | 101001 | 101110 | 1111100 | 11100 | 101010 |
Color Harmonies of #4E8A52
Complementary color
Monochromatic Colors of #4E8A52
Black with #4E8A52
Text Example
Text Example
White with #4E8A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8A52; }
p { color: rgb(78,138,82); }
H1.HeaderClassName
{
color: #4E8A52;
}
.AnyTagClassName
{
color: #4E8A52;
}
</style>
background-color css
<style>
a { background-color: #4E8A52; }
a { background-color: rgb(78,138,82); }
div.DivClassName
{
background-color: #4E8A52;
}
.BgClassName
{
background-color: #4E8A52;
}
</style>
border-color css
<style>
span { border-color: #4E8A52; }
span { border-color: rgb(78,138,82); }
td.TdClassName
{
border-color: #4E8A52;
}
.TagClassName
{
border-color: #4E8A52;
}
</style>