Shades of Killarney #497C50
Tints of Killarney #497C50
RGB
CMYK
RGB Variations
Color information
#497C50 (or 0x497C50) is known color: Killarney. HEX triplet: 49, 7C and 50. RGB value is (73,124,80). Sum of RGB (Red+Green+Blue) = 73+124+80=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 124 - color contains mainly: green. Hex color #497C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497C50 is #B683AF. Grayscale: #676767. Windows color (decimal): -11961264 or 5274697. OLE color: 5274697.
HSL color Cylindrical-coordinate representation of color #497C50: hue angle of 128.24º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #497C50 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 124 | 80 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.51 |
| HSL | 128.24º | 0.26% | 0.39% | - |
| HSV(B) | 128.24º | 0.41% | 0.49% | - |
| XYZ | 11.4 | 16.41 | 10.16 | - |
| YUV | 103.74 | 114.6 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 80 | 0.41 | 0 | 0.35 | 0.51 | 128.24 | 0.26 | 0.39 |
| Hex | 49 | 7C | 50 | 29 | 0 | 23 | 33 | 80 | 1A | 27 |
| Octal | 111 | 174 | 120 | 51 | 0 | 43 | 63 | 200 | 32 | 47 |
| Binary | 1001001 | 1111100 | 1010000 | 101001 | 0 | 100011 | 110011 | 10000000 | 11010 | 100111 |
Color Harmonies of #497C50
Complementary color
Monochromatic Colors of #497C50
Black with #497C50
Text Example
Text Example
White with #497C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497C50; }
p { color: rgb(73,124,80); }
H1.HeaderClassName
{
color: #497C50;
}
.AnyTagClassName
{
color: #497C50;
}
</style>
background-color css
<style>
a { background-color: #497C50; }
a { background-color: rgb(73,124,80); }
div.DivClassName
{
background-color: #497C50;
}
.BgClassName
{
background-color: #497C50;
}
</style>
border-color css
<style>
span { border-color: #497C50; }
span { border-color: rgb(73,124,80); }
td.TdClassName
{
border-color: #497C50;
}
.TagClassName
{
border-color: #497C50;
}
</style>