Shades of Killarney #497C52
Tints of Killarney #497C52
RGB
CMYK
RGB Variations
Color information
#497C52 (or 0x497C52) is known color: Killarney. HEX triplet: 49, 7C and 52. RGB value is (73,124,82). Sum of RGB (Red+Green+Blue) = 73+124+82=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 124 - color contains mainly: green. Hex color #497C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497C52 is #B683AD. Grayscale: #686868. Windows color (decimal): -11961262 or 5405769. OLE color: 5405769.
HSL color Cylindrical-coordinate representation of color #497C52: hue angle of 130.59º 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 #497C52 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 124 | 82 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.51 |
| HSL | 130.59º | 0.26% | 0.39% | - |
| HSV(B) | 130.59º | 0.41% | 0.49% | - |
| XYZ | 11.48 | 16.44 | 10.55 | - |
| YUV | 103.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 82 | 0.41 | 0 | 0.34 | 0.51 | 130.59 | 0.26 | 0.39 |
| Hex | 49 | 7C | 52 | 29 | 0 | 22 | 33 | 83 | 1A | 27 |
| Octal | 111 | 174 | 122 | 51 | 0 | 42 | 63 | 203 | 32 | 47 |
| Binary | 1001001 | 1111100 | 1010010 | 101001 | 0 | 100010 | 110011 | 10000011 | 11010 | 100111 |
Color Harmonies of #497C52
Complementary color
Monochromatic Colors of #497C52
Black with #497C52
Text Example
Text Example
White with #497C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497C52; }
p { color: rgb(73,124,82); }
H1.HeaderClassName
{
color: #497C52;
}
.AnyTagClassName
{
color: #497C52;
}
</style>
background-color css
<style>
a { background-color: #497C52; }
a { background-color: rgb(73,124,82); }
div.DivClassName
{
background-color: #497C52;
}
.BgClassName
{
background-color: #497C52;
}
</style>
border-color css
<style>
span { border-color: #497C52; }
span { border-color: rgb(73,124,82); }
td.TdClassName
{
border-color: #497C52;
}
.TagClassName
{
border-color: #497C52;
}
</style>