Shades of Killarney #49754A
Tints of Killarney #49754A
RGB
CMYK
RGB Variations
Color information
#49754A (or 0x49754A) is known color: Killarney. HEX triplet: 49, 75 and 4A. RGB value is (73,117,74). Sum of RGB (Red+Green+Blue) = 73+117+74=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 117 - color contains mainly: green. Hex color #49754A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49754A is #B68AB5. Grayscale: #636363. Windows color (decimal): -11963062 or 4879689. OLE color: 4879689.
HSL color Cylindrical-coordinate representation of color #49754A: hue angle of 121.36º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #49754A is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 117 | 74 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.54 |
| HSL | 121.36º | 0.23% | 0.37% | - |
| HSV(B) | 121.36º | 0.38% | 0.46% | - |
| XYZ | 10.34 | 14.63 | 8.76 | - |
| YUV | 98.94 | 113.92 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 117 | 74 | 0.38 | 0 | 0.37 | 0.54 | 121.36 | 0.23 | 0.37 |
| Hex | 49 | 75 | 4A | 26 | 0 | 25 | 36 | 79 | 17 | 25 |
| Octal | 111 | 165 | 112 | 46 | 0 | 45 | 66 | 171 | 27 | 45 |
| Binary | 1001001 | 1110101 | 1001010 | 100110 | 0 | 100101 | 110110 | 1111001 | 10111 | 100101 |
Color Harmonies of #49754A
Complementary color
Monochromatic Colors of #49754A
Black with #49754A
Text Example
Text Example
White with #49754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49754A; }
p { color: rgb(73,117,74); }
H1.HeaderClassName
{
color: #49754A;
}
.AnyTagClassName
{
color: #49754A;
}
</style>
background-color css
<style>
a { background-color: #49754A; }
a { background-color: rgb(73,117,74); }
div.DivClassName
{
background-color: #49754A;
}
.BgClassName
{
background-color: #49754A;
}
</style>
border-color css
<style>
span { border-color: #49754A; }
span { border-color: rgb(73,117,74); }
td.TdClassName
{
border-color: #49754A;
}
.TagClassName
{
border-color: #49754A;
}
</style>