Shades of Killarney #49694C
Tints of Killarney #49694C
RGB
CMYK
RGB Variations
Color information
#49694C (or 0x49694C) is known color: Killarney. HEX triplet: 49, 69 and 4C. RGB value is (73,105,76). Sum of RGB (Red+Green+Blue) = 73+105+76=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 105 - color contains mainly: green. Hex color #49694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49694C is #B696B3. Grayscale: #5C5C5C. Windows color (decimal): -11966132 or 5007689. OLE color: 5007689.
HSL color Cylindrical-coordinate representation of color #49694C: hue angle of 125.62º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #49694C is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 73 | 105 | 76 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.59 |
| HSL | 125.63º | 0.18% | 0.35% | - |
| HSV(B) | 125.63º | 0.3% | 0.41% | - |
| XYZ | 9.1 | 12.04 | 8.68 | - |
| YUV | 92.13 | 118.9 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 105 | 76 | 0.30 | 0 | 0.28 | 0.59 | 125.63 | 0.18 | 0.35 |
| Hex | 49 | 69 | 4C | 1E | 0 | 1C | 3B | 7E | 12 | 23 |
| Octal | 111 | 151 | 114 | 36 | 0 | 34 | 73 | 176 | 22 | 43 |
| Binary | 1001001 | 1101001 | 1001100 | 11110 | 0 | 11100 | 111011 | 1111110 | 10010 | 100011 |
Color Harmonies of #49694C
Complementary color
Monochromatic Colors of #49694C
Black with #49694C
Text Example
Text Example
White with #49694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49694C; }
p { color: rgb(73,105,76); }
H1.HeaderClassName
{
color: #49694C;
}
.AnyTagClassName
{
color: #49694C;
}
</style>
background-color css
<style>
a { background-color: #49694C; }
a { background-color: rgb(73,105,76); }
div.DivClassName
{
background-color: #49694C;
}
.BgClassName
{
background-color: #49694C;
}
</style>
border-color css
<style>
span { border-color: #49694C; }
span { border-color: rgb(73,105,76); }
td.TdClassName
{
border-color: #49694C;
}
.TagClassName
{
border-color: #49694C;
}
</style>