Shades of Killarney #4D794B
Tints of Killarney #4D794B
RGB
CMYK
RGB Variations
Color information
#4D794B (or 0x4D794B) is known color: Killarney. HEX triplet: 4D, 79 and 4B. RGB value is (77,121,75). Sum of RGB (Red+Green+Blue) = 77+121+75=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 121 (47.66% from 255 or 44.32% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 121 - color contains mainly: green. Hex color #4D794B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D794B is #B286B4. Grayscale: #666666. Windows color (decimal): -11699893 or 4946253. OLE color: 4946253.
HSL color Cylindrical-coordinate representation of color #4D794B: hue angle of 117.39º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D794B is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 121 | 75 | - |
| CMYK | 0.36 | 0 | 0.38 | 0.53 |
| HSL | 117.39º | 0.23% | 0.38% | - |
| HSV(B) | 117.39º | 0.38% | 0.47% | - |
| XYZ | 11.17 | 15.76 | 9.11 | - |
| YUV | 102.6 | 112.42 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 121 | 75 | 0.36 | 0 | 0.38 | 0.53 | 117.39 | 0.23 | 0.38 |
| Hex | 4D | 79 | 4B | 24 | 0 | 26 | 35 | 75 | 17 | 26 |
| Octal | 115 | 171 | 113 | 44 | 0 | 46 | 65 | 165 | 27 | 46 |
| Binary | 1001101 | 1111001 | 1001011 | 100100 | 0 | 100110 | 110101 | 1110101 | 10111 | 100110 |
Color Harmonies of #4D794B
Complementary color
Monochromatic Colors of #4D794B
Black with #4D794B
Text Example
Text Example
White with #4D794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D794B; }
p { color: rgb(77,121,75); }
H1.HeaderClassName
{
color: #4D794B;
}
.AnyTagClassName
{
color: #4D794B;
}
</style>
background-color css
<style>
a { background-color: #4D794B; }
a { background-color: rgb(77,121,75); }
div.DivClassName
{
background-color: #4D794B;
}
.BgClassName
{
background-color: #4D794B;
}
</style>
border-color css
<style>
span { border-color: #4D794B; }
span { border-color: rgb(77,121,75); }
td.TdClassName
{
border-color: #4D794B;
}
.TagClassName
{
border-color: #4D794B;
}
</style>