Shades of Killarney #49774C
Tints of Killarney #49774C
RGB
CMYK
RGB Variations
Color information
#49774C (or 0x49774C) is known color: Killarney. HEX triplet: 49, 77 and 4C. RGB value is (73,119,76). Sum of RGB (Red+Green+Blue) = 73+119+76=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #49774C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49774C is #B688B3. Grayscale: #646464. Windows color (decimal): -11962548 or 5011273. OLE color: 5011273.
HSL color Cylindrical-coordinate representation of color #49774C: hue angle of 123.91º 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 #49774C is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 119 | 76 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.53 |
| HSL | 123.91º | 0.24% | 0.38% | - |
| HSV(B) | 123.91º | 0.39% | 0.47% | - |
| XYZ | 10.65 | 15.13 | 9.2 | - |
| YUV | 100.34 | 114.26 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 119 | 76 | 0.39 | 0 | 0.36 | 0.53 | 123.91 | 0.24 | 0.38 |
| Hex | 49 | 77 | 4C | 27 | 0 | 24 | 35 | 7C | 18 | 26 |
| Octal | 111 | 167 | 114 | 47 | 0 | 44 | 65 | 174 | 30 | 46 |
| Binary | 1001001 | 1110111 | 1001100 | 100111 | 0 | 100100 | 110101 | 1111100 | 11000 | 100110 |
Color Harmonies of #49774C
Complementary color
Monochromatic Colors of #49774C
Black with #49774C
Text Example
Text Example
White with #49774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49774C; }
p { color: rgb(73,119,76); }
H1.HeaderClassName
{
color: #49774C;
}
.AnyTagClassName
{
color: #49774C;
}
</style>
background-color css
<style>
a { background-color: #49774C; }
a { background-color: rgb(73,119,76); }
div.DivClassName
{
background-color: #49774C;
}
.BgClassName
{
background-color: #49774C;
}
</style>
border-color css
<style>
span { border-color: #49774C; }
span { border-color: rgb(73,119,76); }
td.TdClassName
{
border-color: #49774C;
}
.TagClassName
{
border-color: #49774C;
}
</style>