Shades of Killarney #49764A
Tints of Killarney #49764A
RGB
CMYK
RGB Variations
Color information
#49764A (or 0x49764A) is known color: Killarney. HEX triplet: 49, 76 and 4A. RGB value is (73,118,74). Sum of RGB (Red+Green+Blue) = 73+118+74=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 118 - color contains mainly: green. Hex color #49764A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49764A is #B689B5. Grayscale: #636363. Windows color (decimal): -11962806 or 4879945. OLE color: 4879945.
HSL color Cylindrical-coordinate representation of color #49764A: hue angle of 121.33º degrees, saturation: 0.24, 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 #49764A is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 118 | 74 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.54 |
| HSL | 121.33º | 0.24% | 0.37% | - |
| HSV(B) | 121.33º | 0.38% | 0.46% | - |
| XYZ | 10.46 | 14.87 | 8.8 | - |
| YUV | 99.53 | 113.59 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 118 | 74 | 0.38 | 0 | 0.37 | 0.54 | 121.33 | 0.24 | 0.37 |
| Hex | 49 | 76 | 4A | 26 | 0 | 25 | 36 | 79 | 18 | 25 |
| Octal | 111 | 166 | 112 | 46 | 0 | 45 | 66 | 171 | 30 | 45 |
| Binary | 1001001 | 1110110 | 1001010 | 100110 | 0 | 100101 | 110110 | 1111001 | 11000 | 100101 |
Color Harmonies of #49764A
Complementary color
Monochromatic Colors of #49764A
Black with #49764A
Text Example
Text Example
White with #49764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49764A; }
p { color: rgb(73,118,74); }
H1.HeaderClassName
{
color: #49764A;
}
.AnyTagClassName
{
color: #49764A;
}
</style>
background-color css
<style>
a { background-color: #49764A; }
a { background-color: rgb(73,118,74); }
div.DivClassName
{
background-color: #49764A;
}
.BgClassName
{
background-color: #49764A;
}
</style>
border-color css
<style>
span { border-color: #49764A; }
span { border-color: rgb(73,118,74); }
td.TdClassName
{
border-color: #49764A;
}
.TagClassName
{
border-color: #49764A;
}
</style>