Shades of Killarney #49794C
Tints of Killarney #49794C
RGB
CMYK
RGB Variations
Color information
#49794C (or 0x49794C) is known color: Killarney. HEX triplet: 49, 79 and 4C. RGB value is (73,121,76). Sum of RGB (Red+Green+Blue) = 73+121+76=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 121 - color contains mainly: green. Hex color #49794C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49794C is #B686B3. Grayscale: #656565. Windows color (decimal): -11962036 or 5011785. OLE color: 5011785.
HSL color Cylindrical-coordinate representation of color #49794C: hue angle of 123.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49794C is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 121 | 76 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.53 |
| HSL | 123.75º | 0.25% | 0.38% | - |
| HSV(B) | 123.75º | 0.4% | 0.47% | - |
| XYZ | 10.89 | 15.61 | 9.28 | - |
| YUV | 101.52 | 113.6 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 121 | 76 | 0.40 | 0 | 0.37 | 0.53 | 123.75 | 0.25 | 0.38 |
| Hex | 49 | 79 | 4C | 28 | 0 | 25 | 35 | 7C | 19 | 26 |
| Octal | 111 | 171 | 114 | 50 | 0 | 45 | 65 | 174 | 31 | 46 |
| Binary | 1001001 | 1111001 | 1001100 | 101000 | 0 | 100101 | 110101 | 1111100 | 11001 | 100110 |
Color Harmonies of #49794C
Complementary color
Monochromatic Colors of #49794C
Black with #49794C
Text Example
Text Example
White with #49794C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49794C; }
p { color: rgb(73,121,76); }
H1.HeaderClassName
{
color: #49794C;
}
.AnyTagClassName
{
color: #49794C;
}
</style>
background-color css
<style>
a { background-color: #49794C; }
a { background-color: rgb(73,121,76); }
div.DivClassName
{
background-color: #49794C;
}
.BgClassName
{
background-color: #49794C;
}
</style>
border-color css
<style>
span { border-color: #49794C; }
span { border-color: rgb(73,121,76); }
td.TdClassName
{
border-color: #49794C;
}
.TagClassName
{
border-color: #49794C;
}
</style>