Shades of Killarney #49814C
Tints of Killarney #49814C
RGB
CMYK
RGB Variations
Color information
#49814C (or 0x49814C) is known color: Killarney. HEX triplet: 49, 81 and 4C. RGB value is (73,129,76). Sum of RGB (Red+Green+Blue) = 73+129+76=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #49814C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49814C is #B67EB3. Grayscale: #6A6A6A. Windows color (decimal): -11959988 or 5013833. OLE color: 5013833.
HSL color Cylindrical-coordinate representation of color #49814C: hue angle of 123.21º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #49814C is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 129 | 76 | - |
| CMYK | 0.43 | 0 | 0.41 | 0.49 |
| HSL | 123.21º | 0.28% | 0.4% | - |
| HSV(B) | 123.21º | 0.43% | 0.51% | - |
| XYZ | 11.9 | 17.64 | 9.61 | - |
| YUV | 106.21 | 110.95 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 129 | 76 | 0.43 | 0 | 0.41 | 0.49 | 123.21 | 0.28 | 0.4 |
| Hex | 49 | 81 | 4C | 2B | 0 | 29 | 31 | 7B | 1C | 28 |
| Octal | 111 | 201 | 114 | 53 | 0 | 51 | 61 | 173 | 34 | 50 |
| Binary | 1001001 | 10000001 | 1001100 | 101011 | 0 | 101001 | 110001 | 1111011 | 11100 | 101000 |
Color Harmonies of #49814C
Complementary color
Monochromatic Colors of #49814C
Black with #49814C
Text Example
Text Example
White with #49814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49814C; }
p { color: rgb(73,129,76); }
H1.HeaderClassName
{
color: #49814C;
}
.AnyTagClassName
{
color: #49814C;
}
</style>
background-color css
<style>
a { background-color: #49814C; }
a { background-color: rgb(73,129,76); }
div.DivClassName
{
background-color: #49814C;
}
.BgClassName
{
background-color: #49814C;
}
</style>
border-color css
<style>
span { border-color: #49814C; }
span { border-color: rgb(73,129,76); }
td.TdClassName
{
border-color: #49814C;
}
.TagClassName
{
border-color: #49814C;
}
</style>