Shades of Killarney #4D8550
Tints of Killarney #4D8550
RGB
CMYK
RGB Variations
Color information
#4D8550 (or 0x4D8550) is known color: Killarney. HEX triplet: 4D, 85 and 50. RGB value is (77,133,80). Sum of RGB (Red+Green+Blue) = 77+133+80=290 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.55% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #4D8550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8550 is #B27AAF. Grayscale: #6E6E6E. Windows color (decimal): -11696816 or 5277005. OLE color: 5277005.
HSL color Cylindrical-coordinate representation of color #4D8550: hue angle of 123.21º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D8550 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 133 | 80 | - |
| CMYK | 0.42 | 0 | 0.40 | 0.48 |
| HSL | 123.21º | 0.27% | 0.41% | - |
| HSV(B) | 123.21º | 0.42% | 0.52% | - |
| XYZ | 12.9 | 18.93 | 10.56 | - |
| YUV | 110.21 | 110.95 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 133 | 80 | 0.42 | 0 | 0.40 | 0.48 | 123.21 | 0.27 | 0.41 |
| Hex | 4D | 85 | 50 | 2A | 0 | 28 | 30 | 7B | 1B | 29 |
| Octal | 115 | 205 | 120 | 52 | 0 | 50 | 60 | 173 | 33 | 51 |
| Binary | 1001101 | 10000101 | 1010000 | 101010 | 0 | 101000 | 110000 | 1111011 | 11011 | 101001 |
Color Harmonies of #4D8550
Complementary color
Monochromatic Colors of #4D8550
Black with #4D8550
Text Example
Text Example
White with #4D8550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8550; }
p { color: rgb(77,133,80); }
H1.HeaderClassName
{
color: #4D8550;
}
.AnyTagClassName
{
color: #4D8550;
}
</style>
background-color css
<style>
a { background-color: #4D8550; }
a { background-color: rgb(77,133,80); }
div.DivClassName
{
background-color: #4D8550;
}
.BgClassName
{
background-color: #4D8550;
}
</style>
border-color css
<style>
span { border-color: #4D8550; }
span { border-color: rgb(77,133,80); }
td.TdClassName
{
border-color: #4D8550;
}
.TagClassName
{
border-color: #4D8550;
}
</style>