Shades of Killarney #4D8A51
Tints of Killarney #4D8A51
RGB
CMYK
RGB Variations
Color information
#4D8A51 (or 0x4D8A51) is known color: Killarney. HEX triplet: 4D, 8A and 51. RGB value is (77,138,81). Sum of RGB (Red+Green+Blue) = 77+138+81=296 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.01% from 296); Green value is 138 (54.30% from 255 or 46.62% from 296); Blue value is 81 (32.03% from 255 or 27.36% from 296); Max value from RGB is 138 - color contains mainly: green. Hex color #4D8A51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8A51 is #B275AE. Grayscale: #717171. Windows color (decimal): -11695535 or 5343821. OLE color: 5343821.
HSL color Cylindrical-coordinate representation of color #4D8A51: hue angle of 123.93º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D8A51 is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 138 | 81 | - |
| CMYK | 0.44 | 0 | 0.41 | 0.46 |
| HSL | 123.93º | 0.28% | 0.42% | - |
| HSV(B) | 123.93º | 0.44% | 0.54% | - |
| XYZ | 13.63 | 20.35 | 10.99 | - |
| YUV | 113.26 | 109.79 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 138 | 81 | 0.44 | 0 | 0.41 | 0.46 | 123.93 | 0.28 | 0.42 |
| Hex | 4D | 8A | 51 | 2C | 0 | 29 | 2E | 7C | 1C | 2A |
| Octal | 115 | 212 | 121 | 54 | 0 | 51 | 56 | 174 | 34 | 52 |
| Binary | 1001101 | 10001010 | 1010001 | 101100 | 0 | 101001 | 101110 | 1111100 | 11100 | 101010 |
Color Harmonies of #4D8A51
Complementary color
Monochromatic Colors of #4D8A51
Black with #4D8A51
Text Example
Text Example
White with #4D8A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8A51; }
p { color: rgb(77,138,81); }
H1.HeaderClassName
{
color: #4D8A51;
}
.AnyTagClassName
{
color: #4D8A51;
}
</style>
background-color css
<style>
a { background-color: #4D8A51; }
a { background-color: rgb(77,138,81); }
div.DivClassName
{
background-color: #4D8A51;
}
.BgClassName
{
background-color: #4D8A51;
}
</style>
border-color css
<style>
span { border-color: #4D8A51; }
span { border-color: rgb(77,138,81); }
td.TdClassName
{
border-color: #4D8A51;
}
.TagClassName
{
border-color: #4D8A51;
}
</style>