Shades of Killarney #49774F
Tints of Killarney #49774F
RGB
CMYK
RGB Variations
Color information
#49774F (or 0x49774F) is known color: Killarney. HEX triplet: 49, 77 and 4F. RGB value is (73,119,79). Sum of RGB (Red+Green+Blue) = 73+119+79=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 119 - color contains mainly: green. Hex color #49774F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49774F is #B688B0. Grayscale: #646464. Windows color (decimal): -11962545 or 5207881. OLE color: 5207881.
HSL color Cylindrical-coordinate representation of color #49774F: hue angle of 127.83º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #49774F is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 119 | 79 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.53 |
| HSL | 127.83º | 0.24% | 0.38% | - |
| HSV(B) | 127.83º | 0.39% | 0.47% | - |
| XYZ | 10.76 | 15.17 | 9.76 | - |
| YUV | 100.69 | 115.76 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 119 | 79 | 0.39 | 0 | 0.34 | 0.53 | 127.83 | 0.24 | 0.38 |
| Hex | 49 | 77 | 4F | 27 | 0 | 22 | 35 | 80 | 18 | 26 |
| Octal | 111 | 167 | 117 | 47 | 0 | 42 | 65 | 200 | 30 | 46 |
| Binary | 1001001 | 1110111 | 1001111 | 100111 | 0 | 100010 | 110101 | 10000000 | 11000 | 100110 |
Color Harmonies of #49774F
Complementary color
Monochromatic Colors of #49774F
Black with #49774F
Text Example
Text Example
White with #49774F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49774F; }
p { color: rgb(73,119,79); }
H1.HeaderClassName
{
color: #49774F;
}
.AnyTagClassName
{
color: #49774F;
}
</style>
background-color css
<style>
a { background-color: #49774F; }
a { background-color: rgb(73,119,79); }
div.DivClassName
{
background-color: #49774F;
}
.BgClassName
{
background-color: #49774F;
}
</style>
border-color css
<style>
span { border-color: #49774F; }
span { border-color: rgb(73,119,79); }
td.TdClassName
{
border-color: #49774F;
}
.TagClassName
{
border-color: #49774F;
}
</style>