Shades of Killarney #4E8250
Tints of Killarney #4E8250
RGB
CMYK
RGB Variations
Color information
#4E8250 (or 0x4E8250) is known color: Killarney. HEX triplet: 4E, 82 and 50. RGB value is (78,130,80). Sum of RGB (Red+Green+Blue) = 78+130+80=288 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.08% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #4E8250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8250 is #B17DAF. Grayscale: #6C6C6C. Windows color (decimal): -11632048 or 5276238. OLE color: 5276238.
HSL color Cylindrical-coordinate representation of color #4E8250: hue angle of 122.31º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E8250 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 78 | 130 | 80 | - |
| CMYK | 0.40 | 0 | 0.38 | 0.49 |
| HSL | 122.31º | 0.25% | 0.41% | - |
| HSV(B) | 122.31º | 0.4% | 0.51% | - |
| XYZ | 12.57 | 18.16 | 10.43 | - |
| YUV | 108.75 | 111.77 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 130 | 80 | 0.40 | 0 | 0.38 | 0.49 | 122.31 | 0.25 | 0.41 |
| Hex | 4E | 82 | 50 | 28 | 0 | 26 | 31 | 7A | 19 | 29 |
| Octal | 116 | 202 | 120 | 50 | 0 | 46 | 61 | 172 | 31 | 51 |
| Binary | 1001110 | 10000010 | 1010000 | 101000 | 0 | 100110 | 110001 | 1111010 | 11001 | 101001 |
Color Harmonies of #4E8250
Complementary color
Monochromatic Colors of #4E8250
Black with #4E8250
Text Example
Text Example
White with #4E8250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8250; }
p { color: rgb(78,130,80); }
H1.HeaderClassName
{
color: #4E8250;
}
.AnyTagClassName
{
color: #4E8250;
}
</style>
background-color css
<style>
a { background-color: #4E8250; }
a { background-color: rgb(78,130,80); }
div.DivClassName
{
background-color: #4E8250;
}
.BgClassName
{
background-color: #4E8250;
}
</style>
border-color css
<style>
span { border-color: #4E8250; }
span { border-color: rgb(78,130,80); }
td.TdClassName
{
border-color: #4E8250;
}
.TagClassName
{
border-color: #4E8250;
}
</style>