Shades of Killarney #49724B
Tints of Killarney #49724B
RGB
CMYK
RGB Variations
Color information
#49724B (or 0x49724B) is known color: Killarney. HEX triplet: 49, 72 and 4B. RGB value is (73,114,75). Sum of RGB (Red+Green+Blue) = 73+114+75=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 114 - color contains mainly: green. Hex color #49724B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49724B is #B68DB4. Grayscale: #616161. Windows color (decimal): -11963829 or 4944457. OLE color: 4944457.
HSL color Cylindrical-coordinate representation of color #49724B: hue angle of 122.93º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #49724B is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 114 | 75 | - |
| CMYK | 0.36 | 0 | 0.34 | 0.55 |
| HSL | 122.93º | 0.22% | 0.37% | - |
| HSV(B) | 122.93º | 0.36% | 0.45% | - |
| XYZ | 10.03 | 13.96 | 8.82 | - |
| YUV | 97.3 | 115.42 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 114 | 75 | 0.36 | 0 | 0.34 | 0.55 | 122.93 | 0.22 | 0.37 |
| Hex | 49 | 72 | 4B | 24 | 0 | 22 | 37 | 7B | 16 | 25 |
| Octal | 111 | 162 | 113 | 44 | 0 | 42 | 67 | 173 | 26 | 45 |
| Binary | 1001001 | 1110010 | 1001011 | 100100 | 0 | 100010 | 110111 | 1111011 | 10110 | 100101 |
Color Harmonies of #49724B
Complementary color
Monochromatic Colors of #49724B
Black with #49724B
Text Example
Text Example
White with #49724B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49724B; }
p { color: rgb(73,114,75); }
H1.HeaderClassName
{
color: #49724B;
}
.AnyTagClassName
{
color: #49724B;
}
</style>
background-color css
<style>
a { background-color: #49724B; }
a { background-color: rgb(73,114,75); }
div.DivClassName
{
background-color: #49724B;
}
.BgClassName
{
background-color: #49724B;
}
</style>
border-color css
<style>
span { border-color: #49724B; }
span { border-color: rgb(73,114,75); }
td.TdClassName
{
border-color: #49724B;
}
.TagClassName
{
border-color: #49724B;
}
</style>