Shades of Killarney #49714B
Tints of Killarney #49714B
RGB
CMYK
RGB Variations
Color information
#49714B (or 0x49714B) is known color: Killarney. HEX triplet: 49, 71 and 4B. RGB value is (73,113,75). Sum of RGB (Red+Green+Blue) = 73+113+75=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 113 - color contains mainly: green. Hex color #49714B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49714B is #B68EB4. Grayscale: #606060. Windows color (decimal): -11964085 or 4944201. OLE color: 4944201.
HSL color Cylindrical-coordinate representation of color #49714B: hue angle of 123º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #49714B is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 113 | 75 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.56 |
| HSL | 123º | 0.22% | 0.36% | - |
| HSV(B) | 123º | 0.35% | 0.44% | - |
| XYZ | 9.92 | 13.73 | 8.78 | - |
| YUV | 96.71 | 115.75 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 113 | 75 | 0.35 | 0 | 0.34 | 0.56 | 123 | 0.22 | 0.36 |
| Hex | 49 | 71 | 4B | 23 | 0 | 22 | 38 | 7B | 16 | 24 |
| Octal | 111 | 161 | 113 | 43 | 0 | 42 | 70 | 173 | 26 | 44 |
| Binary | 1001001 | 1110001 | 1001011 | 100011 | 0 | 100010 | 111000 | 1111011 | 10110 | 100100 |
Color Harmonies of #49714B
Complementary color
Monochromatic Colors of #49714B
Black with #49714B
Text Example
Text Example
White with #49714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49714B; }
p { color: rgb(73,113,75); }
H1.HeaderClassName
{
color: #49714B;
}
.AnyTagClassName
{
color: #49714B;
}
</style>
background-color css
<style>
a { background-color: #49714B; }
a { background-color: rgb(73,113,75); }
div.DivClassName
{
background-color: #49714B;
}
.BgClassName
{
background-color: #49714B;
}
</style>
border-color css
<style>
span { border-color: #49714B; }
span { border-color: rgb(73,113,75); }
td.TdClassName
{
border-color: #49714B;
}
.TagClassName
{
border-color: #49714B;
}
</style>