Shades of Killarney #4D7251
Tints of Killarney #4D7251
RGB
CMYK
RGB Variations
Color information
#4D7251 (or 0x4D7251) is known color: Killarney. HEX triplet: 4D, 72 and 51. RGB value is (77,114,81). Sum of RGB (Red+Green+Blue) = 77+114+81=272 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.31% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 114 - color contains mainly: green. Hex color #4D7251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7251 is #B28DAE. Grayscale: #636363. Windows color (decimal): -11701679 or 5337677. OLE color: 5337677.
HSL color Cylindrical-coordinate representation of color #4D7251: hue angle of 126.49º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D7251 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 114 | 81 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.55 |
| HSL | 126.49º | 0.19% | 0.37% | - |
| HSV(B) | 126.49º | 0.32% | 0.45% | - |
| XYZ | 10.56 | 14.21 | 9.97 | - |
| YUV | 99.18 | 117.74 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 114 | 81 | 0.32 | 0 | 0.29 | 0.55 | 126.49 | 0.19 | 0.37 |
| Hex | 4D | 72 | 51 | 20 | 0 | 1D | 37 | 7E | 13 | 25 |
| Octal | 115 | 162 | 121 | 40 | 0 | 35 | 67 | 176 | 23 | 45 |
| Binary | 1001101 | 1110010 | 1010001 | 100000 | 0 | 11101 | 110111 | 1111110 | 10011 | 100101 |
Color Harmonies of #4D7251
Complementary color
Monochromatic Colors of #4D7251
Black with #4D7251
Text Example
Text Example
White with #4D7251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7251; }
p { color: rgb(77,114,81); }
H1.HeaderClassName
{
color: #4D7251;
}
.AnyTagClassName
{
color: #4D7251;
}
</style>
background-color css
<style>
a { background-color: #4D7251; }
a { background-color: rgb(77,114,81); }
div.DivClassName
{
background-color: #4D7251;
}
.BgClassName
{
background-color: #4D7251;
}
</style>
border-color css
<style>
span { border-color: #4D7251; }
span { border-color: rgb(77,114,81); }
td.TdClassName
{
border-color: #4D7251;
}
.TagClassName
{
border-color: #4D7251;
}
</style>