Shades of Killarney #49824F
Tints of Killarney #49824F
RGB
CMYK
RGB Variations
Color information
#49824F (or 0x49824F) is known color: Killarney. HEX triplet: 49, 82 and 4F. RGB value is (73,130,79). Sum of RGB (Red+Green+Blue) = 73+130+79=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #49824F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49824F is #B67DB0. Grayscale: #6B6B6B. Windows color (decimal): -11959729 or 5210697. OLE color: 5210697.
HSL color Cylindrical-coordinate representation of color #49824F: hue angle of 126.32º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #49824F is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 130 | 79 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.49 |
| HSL | 126.32º | 0.28% | 0.4% | - |
| HSV(B) | 126.32º | 0.44% | 0.51% | - |
| XYZ | 12.14 | 17.95 | 10.22 | - |
| YUV | 107.14 | 112.12 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 79 | 0.44 | 0 | 0.39 | 0.49 | 126.32 | 0.28 | 0.4 |
| Hex | 49 | 82 | 4F | 2C | 0 | 27 | 31 | 7E | 1C | 28 |
| Octal | 111 | 202 | 117 | 54 | 0 | 47 | 61 | 176 | 34 | 50 |
| Binary | 1001001 | 10000010 | 1001111 | 101100 | 0 | 100111 | 110001 | 1111110 | 11100 | 101000 |
Color Harmonies of #49824F
Complementary color
Monochromatic Colors of #49824F
Black with #49824F
Text Example
Text Example
White with #49824F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49824F; }
p { color: rgb(73,130,79); }
H1.HeaderClassName
{
color: #49824F;
}
.AnyTagClassName
{
color: #49824F;
}
</style>
background-color css
<style>
a { background-color: #49824F; }
a { background-color: rgb(73,130,79); }
div.DivClassName
{
background-color: #49824F;
}
.BgClassName
{
background-color: #49824F;
}
</style>
border-color css
<style>
span { border-color: #49824F; }
span { border-color: rgb(73,130,79); }
td.TdClassName
{
border-color: #49824F;
}
.TagClassName
{
border-color: #49824F;
}
</style>