Shades of Killarney #4D7956
Tints of Killarney #4D7956
RGB
CMYK
RGB Variations
Color information
#4D7956 (or 0x4D7956) is known color: Killarney. HEX triplet: 4D, 79 and 56. RGB value is (77,121,86). Sum of RGB (Red+Green+Blue) = 77+121+86=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 121 (47.66% from 255 or 42.61% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 121 - color contains mainly: green. Hex color #4D7956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7956 is #B286A9. Grayscale: #676767. Windows color (decimal): -11699882 or 5667149. OLE color: 5667149.
HSL color Cylindrical-coordinate representation of color #4D7956: hue angle of 132.27º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D7956 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 121 | 86 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.53 |
| HSL | 132.27º | 0.22% | 0.39% | - |
| HSV(B) | 132.27º | 0.36% | 0.47% | - |
| XYZ | 11.58 | 15.92 | 11.27 | - |
| YUV | 103.85 | 117.92 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 121 | 86 | 0.36 | 0 | 0.29 | 0.53 | 132.27 | 0.22 | 0.39 |
| Hex | 4D | 79 | 56 | 24 | 0 | 1D | 35 | 84 | 16 | 27 |
| Octal | 115 | 171 | 126 | 44 | 0 | 35 | 65 | 204 | 26 | 47 |
| Binary | 1001101 | 1111001 | 1010110 | 100100 | 0 | 11101 | 110101 | 10000100 | 10110 | 100111 |
Color Harmonies of #4D7956
Complementary color
Monochromatic Colors of #4D7956
Black with #4D7956
Text Example
Text Example
White with #4D7956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7956; }
p { color: rgb(77,121,86); }
H1.HeaderClassName
{
color: #4D7956;
}
.AnyTagClassName
{
color: #4D7956;
}
</style>
background-color css
<style>
a { background-color: #4D7956; }
a { background-color: rgb(77,121,86); }
div.DivClassName
{
background-color: #4D7956;
}
.BgClassName
{
background-color: #4D7956;
}
</style>
border-color css
<style>
span { border-color: #4D7956; }
span { border-color: rgb(77,121,86); }
td.TdClassName
{
border-color: #4D7956;
}
.TagClassName
{
border-color: #4D7956;
}
</style>