Shades of Killarney #49734D
Tints of Killarney #49734D
RGB
CMYK
RGB Variations
Color information
#49734D (or 0x49734D) is known color: Killarney. HEX triplet: 49, 73 and 4D. RGB value is (73,115,77). Sum of RGB (Red+Green+Blue) = 73+115+77=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 115 - color contains mainly: green. Hex color #49734D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49734D is #B68CB2. Grayscale: #626262. Windows color (decimal): -11963571 or 5075785. OLE color: 5075785.
HSL color Cylindrical-coordinate representation of color #49734D: hue angle of 125.71º degrees, saturation: 0.22, 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 #49734D is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 115 | 77 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.55 |
| HSL | 125.71º | 0.22% | 0.37% | - |
| HSV(B) | 125.71º | 0.37% | 0.45% | - |
| XYZ | 10.22 | 14.21 | 9.23 | - |
| YUV | 98.11 | 116.09 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 115 | 77 | 0.37 | 0 | 0.33 | 0.55 | 125.71 | 0.22 | 0.37 |
| Hex | 49 | 73 | 4D | 25 | 0 | 21 | 37 | 7E | 16 | 25 |
| Octal | 111 | 163 | 115 | 45 | 0 | 41 | 67 | 176 | 26 | 45 |
| Binary | 1001001 | 1110011 | 1001101 | 100101 | 0 | 100001 | 110111 | 1111110 | 10110 | 100101 |
Color Harmonies of #49734D
Complementary color
Monochromatic Colors of #49734D
Black with #49734D
Text Example
Text Example
White with #49734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49734D; }
p { color: rgb(73,115,77); }
H1.HeaderClassName
{
color: #49734D;
}
.AnyTagClassName
{
color: #49734D;
}
</style>
background-color css
<style>
a { background-color: #49734D; }
a { background-color: rgb(73,115,77); }
div.DivClassName
{
background-color: #49734D;
}
.BgClassName
{
background-color: #49734D;
}
</style>
border-color css
<style>
span { border-color: #49734D; }
span { border-color: rgb(73,115,77); }
td.TdClassName
{
border-color: #49734D;
}
.TagClassName
{
border-color: #49734D;
}
</style>