Shades of Killarney #49784D
Tints of Killarney #49784D
RGB
CMYK
RGB Variations
Color information
#49784D (or 0x49784D) is known color: Killarney. HEX triplet: 49, 78 and 4D. RGB value is (73,120,77). Sum of RGB (Red+Green+Blue) = 73+120+77=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 120 - color contains mainly: green. Hex color #49784D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49784D is #B687B2. Grayscale: #656565. Windows color (decimal): -11962291 or 5077065. OLE color: 5077065.
HSL color Cylindrical-coordinate representation of color #49784D: hue angle of 125.11º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #49784D is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 120 | 77 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.53 |
| HSL | 125.11º | 0.24% | 0.38% | - |
| HSV(B) | 125.11º | 0.39% | 0.47% | - |
| XYZ | 10.8 | 15.39 | 9.42 | - |
| YUV | 101.05 | 114.43 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 120 | 77 | 0.39 | 0 | 0.36 | 0.53 | 125.11 | 0.24 | 0.38 |
| Hex | 49 | 78 | 4D | 27 | 0 | 24 | 35 | 7D | 18 | 26 |
| Octal | 111 | 170 | 115 | 47 | 0 | 44 | 65 | 175 | 30 | 46 |
| Binary | 1001001 | 1111000 | 1001101 | 100111 | 0 | 100100 | 110101 | 1111101 | 11000 | 100110 |
Color Harmonies of #49784D
Complementary color
Monochromatic Colors of #49784D
Black with #49784D
Text Example
Text Example
White with #49784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49784D; }
p { color: rgb(73,120,77); }
H1.HeaderClassName
{
color: #49784D;
}
.AnyTagClassName
{
color: #49784D;
}
</style>
background-color css
<style>
a { background-color: #49784D; }
a { background-color: rgb(73,120,77); }
div.DivClassName
{
background-color: #49784D;
}
.BgClassName
{
background-color: #49784D;
}
</style>
border-color css
<style>
span { border-color: #49784D; }
span { border-color: rgb(73,120,77); }
td.TdClassName
{
border-color: #49784D;
}
.TagClassName
{
border-color: #49784D;
}
</style>