Shades of Killarney #4D7051
Tints of Killarney #4D7051
RGB
CMYK
RGB Variations
Color information
#4D7051 (or 0x4D7051) is known color: Killarney. HEX triplet: 4D, 70 and 51. RGB value is (77,112,81). Sum of RGB (Red+Green+Blue) = 77+112+81=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #4D7051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7051 is #B28FAE. Grayscale: #626262. Windows color (decimal): -11702191 or 5337165. OLE color: 5337165.
HSL color Cylindrical-coordinate representation of color #4D7051: hue angle of 126.86º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D7051 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 112 | 81 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.56 |
| HSL | 126.86º | 0.19% | 0.37% | - |
| HSV(B) | 126.86º | 0.31% | 0.44% | - |
| XYZ | 10.34 | 13.76 | 9.9 | - |
| YUV | 98 | 118.4 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 81 | 0.31 | 0 | 0.28 | 0.56 | 126.86 | 0.19 | 0.37 |
| Hex | 4D | 70 | 51 | 1F | 0 | 1C | 38 | 7F | 13 | 25 |
| Octal | 115 | 160 | 121 | 37 | 0 | 34 | 70 | 177 | 23 | 45 |
| Binary | 1001101 | 1110000 | 1010001 | 11111 | 0 | 11100 | 111000 | 1111111 | 10011 | 100101 |
Color Harmonies of #4D7051
Complementary color
Monochromatic Colors of #4D7051
Black with #4D7051
Text Example
Text Example
White with #4D7051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7051; }
p { color: rgb(77,112,81); }
H1.HeaderClassName
{
color: #4D7051;
}
.AnyTagClassName
{
color: #4D7051;
}
</style>
background-color css
<style>
a { background-color: #4D7051; }
a { background-color: rgb(77,112,81); }
div.DivClassName
{
background-color: #4D7051;
}
.BgClassName
{
background-color: #4D7051;
}
</style>
border-color css
<style>
span { border-color: #4D7051; }
span { border-color: rgb(77,112,81); }
td.TdClassName
{
border-color: #4D7051;
}
.TagClassName
{
border-color: #4D7051;
}
</style>