Shades of Killarney #4D714D
Tints of Killarney #4D714D
RGB
CMYK
RGB Variations
Color information
#4D714D (or 0x4D714D) is known color: Killarney. HEX triplet: 4D, 71 and 4D. RGB value is (77,113,77). Sum of RGB (Red+Green+Blue) = 77+113+77=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 113 - color contains mainly: green. Hex color #4D714D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D714D is #B28EB2. Grayscale: #626262. Windows color (decimal): -11701939 or 5075277. OLE color: 5075277.
HSL color Cylindrical-coordinate representation of color #4D714D: hue angle of 120º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D714D is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 113 | 77 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.56 |
| HSL | 120º | 0.19% | 0.37% | - |
| HSV(B) | 120º | 0.32% | 0.44% | - |
| XYZ | 10.31 | 13.92 | 9.17 | - |
| YUV | 98.13 | 116.07 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 113 | 77 | 0.32 | 0 | 0.32 | 0.56 | 120 | 0.19 | 0.37 |
| Hex | 4D | 71 | 4D | 20 | 0 | 20 | 38 | 78 | 13 | 25 |
| Octal | 115 | 161 | 115 | 40 | 0 | 40 | 70 | 170 | 23 | 45 |
| Binary | 1001101 | 1110001 | 1001101 | 100000 | 0 | 100000 | 111000 | 1111000 | 10011 | 100101 |
Color Harmonies of #4D714D
Complementary color
Monochromatic Colors of #4D714D
Black with #4D714D
Text Example
Text Example
White with #4D714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D714D; }
p { color: rgb(77,113,77); }
H1.HeaderClassName
{
color: #4D714D;
}
.AnyTagClassName
{
color: #4D714D;
}
</style>
background-color css
<style>
a { background-color: #4D714D; }
a { background-color: rgb(77,113,77); }
div.DivClassName
{
background-color: #4D714D;
}
.BgClassName
{
background-color: #4D714D;
}
</style>
border-color css
<style>
span { border-color: #4D714D; }
span { border-color: rgb(77,113,77); }
td.TdClassName
{
border-color: #4D714D;
}
.TagClassName
{
border-color: #4D714D;
}
</style>