Shades of Killarney #49894E
Tints of Killarney #49894E
RGB
CMYK
RGB Variations
Color information
#49894E (or 0x49894E) is known color: Killarney. HEX triplet: 49, 89 and 4E. RGB value is (73,137,78). Sum of RGB (Red+Green+Blue) = 73+137+78=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 137 - color contains mainly: green. Hex color #49894E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49894E is #B676B1. Grayscale: #6F6F6F. Windows color (decimal): -11957938 or 5146953. OLE color: 5146953.
HSL color Cylindrical-coordinate representation of color #49894E: hue angle of 124.69º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49894E is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 137 | 78 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.46 |
| HSL | 124.69º | 0.3% | 0.41% | - |
| HSV(B) | 124.69º | 0.47% | 0.54% | - |
| XYZ | 13.07 | 19.86 | 10.35 | - |
| YUV | 111.14 | 109.3 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 137 | 78 | 0.47 | 0 | 0.43 | 0.46 | 124.69 | 0.3 | 0.41 |
| Hex | 49 | 89 | 4E | 2F | 0 | 2B | 2E | 7D | 1E | 29 |
| Octal | 111 | 211 | 116 | 57 | 0 | 53 | 56 | 175 | 36 | 51 |
| Binary | 1001001 | 10001001 | 1001110 | 101111 | 0 | 101011 | 101110 | 1111101 | 11110 | 101001 |
Color Harmonies of #49894E
Complementary color
Monochromatic Colors of #49894E
Black with #49894E
Text Example
Text Example
White with #49894E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49894E; }
p { color: rgb(73,137,78); }
H1.HeaderClassName
{
color: #49894E;
}
.AnyTagClassName
{
color: #49894E;
}
</style>
background-color css
<style>
a { background-color: #49894E; }
a { background-color: rgb(73,137,78); }
div.DivClassName
{
background-color: #49894E;
}
.BgClassName
{
background-color: #49894E;
}
</style>
border-color css
<style>
span { border-color: #49894E; }
span { border-color: rgb(73,137,78); }
td.TdClassName
{
border-color: #49894E;
}
.TagClassName
{
border-color: #49894E;
}
</style>