Shades of Killarney #49794B
Tints of Killarney #49794B
RGB
CMYK
RGB Variations
Color information
#49794B (or 0x49794B) is known color: Killarney. HEX triplet: 49, 79 and 4B. RGB value is (73,121,75). Sum of RGB (Red+Green+Blue) = 73+121+75=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 121 (47.66% from 255 or 44.98% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 121 - color contains mainly: green. Hex color #49794B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49794B is #B686B4. Grayscale: #656565. Windows color (decimal): -11962037 or 4946249. OLE color: 4946249.
HSL color Cylindrical-coordinate representation of color #49794B: hue angle of 122.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49794B is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 121 | 75 | - |
| CMYK | 0.40 | 0 | 0.38 | 0.53 |
| HSL | 122.5º | 0.25% | 0.38% | - |
| HSV(B) | 122.5º | 0.4% | 0.47% | - |
| XYZ | 10.86 | 15.6 | 9.1 | - |
| YUV | 101.4 | 113.1 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 121 | 75 | 0.40 | 0 | 0.38 | 0.53 | 122.5 | 0.25 | 0.38 |
| Hex | 49 | 79 | 4B | 28 | 0 | 26 | 35 | 7B | 19 | 26 |
| Octal | 111 | 171 | 113 | 50 | 0 | 46 | 65 | 173 | 31 | 46 |
| Binary | 1001001 | 1111001 | 1001011 | 101000 | 0 | 100110 | 110101 | 1111011 | 11001 | 100110 |
Color Harmonies of #49794B
Complementary color
Monochromatic Colors of #49794B
Black with #49794B
Text Example
Text Example
White with #49794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49794B; }
p { color: rgb(73,121,75); }
H1.HeaderClassName
{
color: #49794B;
}
.AnyTagClassName
{
color: #49794B;
}
</style>
background-color css
<style>
a { background-color: #49794B; }
a { background-color: rgb(73,121,75); }
div.DivClassName
{
background-color: #49794B;
}
.BgClassName
{
background-color: #49794B;
}
</style>
border-color css
<style>
span { border-color: #49794B; }
span { border-color: rgb(73,121,75); }
td.TdClassName
{
border-color: #49794B;
}
.TagClassName
{
border-color: #49794B;
}
</style>