Shades of Killarney #49864D
Tints of Killarney #49864D
RGB
CMYK
RGB Variations
Color information
#49864D (or 0x49864D) is known color: Killarney. HEX triplet: 49, 86 and 4D. RGB value is (73,134,77). Sum of RGB (Red+Green+Blue) = 73+134+77=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 134 - color contains mainly: green. Hex color #49864D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49864D is #B679B2. Grayscale: #6D6D6D. Windows color (decimal): -11958707 or 5080649. OLE color: 5080649.
HSL color Cylindrical-coordinate representation of color #49864D: hue angle of 123.93º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49864D is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 134 | 77 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.47 |
| HSL | 123.93º | 0.29% | 0.41% | - |
| HSV(B) | 123.93º | 0.46% | 0.53% | - |
| XYZ | 12.61 | 19 | 10.02 | - |
| YUV | 109.26 | 109.79 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 134 | 77 | 0.46 | 0 | 0.43 | 0.47 | 123.93 | 0.29 | 0.41 |
| Hex | 49 | 86 | 4D | 2E | 0 | 2B | 2F | 7C | 1D | 29 |
| Octal | 111 | 206 | 115 | 56 | 0 | 53 | 57 | 174 | 35 | 51 |
| Binary | 1001001 | 10000110 | 1001101 | 101110 | 0 | 101011 | 101111 | 1111100 | 11101 | 101001 |
Color Harmonies of #49864D
Complementary color
Monochromatic Colors of #49864D
Black with #49864D
Text Example
Text Example
White with #49864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49864D; }
p { color: rgb(73,134,77); }
H1.HeaderClassName
{
color: #49864D;
}
.AnyTagClassName
{
color: #49864D;
}
</style>
background-color css
<style>
a { background-color: #49864D; }
a { background-color: rgb(73,134,77); }
div.DivClassName
{
background-color: #49864D;
}
.BgClassName
{
background-color: #49864D;
}
</style>
border-color css
<style>
span { border-color: #49864D; }
span { border-color: rgb(73,134,77); }
td.TdClassName
{
border-color: #49864D;
}
.TagClassName
{
border-color: #49864D;
}
</style>