Shades of Killarney #49744F
Tints of Killarney #49744F
RGB
CMYK
RGB Variations
Color information
#49744F (or 0x49744F) is known color: Killarney. HEX triplet: 49, 74 and 4F. RGB value is (73,116,79). Sum of RGB (Red+Green+Blue) = 73+116+79=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 116 - color contains mainly: green. Hex color #49744F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49744F is #B68BB0. Grayscale: #636363. Windows color (decimal): -11963313 or 5207113. OLE color: 5207113.
HSL color Cylindrical-coordinate representation of color #49744F: hue angle of 128.37º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #49744F is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 116 | 79 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.55 |
| HSL | 128.37º | 0.23% | 0.37% | - |
| HSV(B) | 128.37º | 0.37% | 0.45% | - |
| XYZ | 10.4 | 14.47 | 9.64 | - |
| YUV | 98.93 | 116.75 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 116 | 79 | 0.37 | 0 | 0.32 | 0.55 | 128.37 | 0.23 | 0.37 |
| Hex | 49 | 74 | 4F | 25 | 0 | 20 | 37 | 80 | 17 | 25 |
| Octal | 111 | 164 | 117 | 45 | 0 | 40 | 67 | 200 | 27 | 45 |
| Binary | 1001001 | 1110100 | 1001111 | 100101 | 0 | 100000 | 110111 | 10000000 | 10111 | 100101 |
Color Harmonies of #49744F
Complementary color
Monochromatic Colors of #49744F
Black with #49744F
Text Example
Text Example
White with #49744F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49744F; }
p { color: rgb(73,116,79); }
H1.HeaderClassName
{
color: #49744F;
}
.AnyTagClassName
{
color: #49744F;
}
</style>
background-color css
<style>
a { background-color: #49744F; }
a { background-color: rgb(73,116,79); }
div.DivClassName
{
background-color: #49744F;
}
.BgClassName
{
background-color: #49744F;
}
</style>
border-color css
<style>
span { border-color: #49744F; }
span { border-color: rgb(73,116,79); }
td.TdClassName
{
border-color: #49744F;
}
.TagClassName
{
border-color: #49744F;
}
</style>