Shades of Killarney #497D54
Tints of Killarney #497D54
RGB
CMYK
RGB Variations
Color information
#497D54 (or 0x497D54) is known color: Killarney. HEX triplet: 49, 7D and 54. RGB value is (73,125,84). Sum of RGB (Red+Green+Blue) = 73+125+84=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 125 (49.22% from 255 or 44.33% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 125 - color contains mainly: green. Hex color #497D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497D54 is #B682AB. Grayscale: #686868. Windows color (decimal): -11961004 or 5537097. OLE color: 5537097.
HSL color Cylindrical-coordinate representation of color #497D54: hue angle of 132.69º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #497D54 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 125 | 84 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.51 |
| HSL | 132.69º | 0.26% | 0.39% | - |
| HSV(B) | 132.69º | 0.42% | 0.49% | - |
| XYZ | 11.68 | 16.72 | 11 | - |
| YUV | 104.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 125 | 84 | 0.42 | 0 | 0.33 | 0.51 | 132.69 | 0.26 | 0.39 |
| Hex | 49 | 7D | 54 | 2A | 0 | 21 | 33 | 85 | 1A | 27 |
| Octal | 111 | 175 | 124 | 52 | 0 | 41 | 63 | 205 | 32 | 47 |
| Binary | 1001001 | 1111101 | 1010100 | 101010 | 0 | 100001 | 110011 | 10000101 | 11010 | 100111 |
Color Harmonies of #497D54
Complementary color
Monochromatic Colors of #497D54
Black with #497D54
Text Example
Text Example
White with #497D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497D54; }
p { color: rgb(73,125,84); }
H1.HeaderClassName
{
color: #497D54;
}
.AnyTagClassName
{
color: #497D54;
}
</style>
background-color css
<style>
a { background-color: #497D54; }
a { background-color: rgb(73,125,84); }
div.DivClassName
{
background-color: #497D54;
}
.BgClassName
{
background-color: #497D54;
}
</style>
border-color css
<style>
span { border-color: #497D54; }
span { border-color: rgb(73,125,84); }
td.TdClassName
{
border-color: #497D54;
}
.TagClassName
{
border-color: #497D54;
}
</style>