Shades of Killarney #497B55
Tints of Killarney #497B55
RGB
CMYK
RGB Variations
Color information
#497B55 (or 0x497B55) is known color: Killarney. HEX triplet: 49, 7B and 55. RGB value is (73,123,85). Sum of RGB (Red+Green+Blue) = 73+123+85=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 123 (48.44% from 255 or 43.77% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 123 - color contains mainly: green. Hex color #497B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497B55 is #B684AA. Grayscale: #676767. Windows color (decimal): -11961515 or 5602121. OLE color: 5602121.
HSL color Cylindrical-coordinate representation of color #497B55: hue angle of 134.4º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #497B55 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 123 | 85 | - |
| CMYK | 0.41 | 0 | 0.31 | 0.52 |
| HSL | 134.4º | 0.26% | 0.38% | - |
| HSV(B) | 134.4º | 0.41% | 0.48% | - |
| XYZ | 11.47 | 16.24 | 11.12 | - |
| YUV | 103.72 | 117.44 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 123 | 85 | 0.41 | 0 | 0.31 | 0.52 | 134.4 | 0.26 | 0.38 |
| Hex | 49 | 7B | 55 | 29 | 0 | 1F | 34 | 86 | 1A | 26 |
| Octal | 111 | 173 | 125 | 51 | 0 | 37 | 64 | 206 | 32 | 46 |
| Binary | 1001001 | 1111011 | 1010101 | 101001 | 0 | 11111 | 110100 | 10000110 | 11010 | 100110 |
Color Harmonies of #497B55
Complementary color
Monochromatic Colors of #497B55
Black with #497B55
Text Example
Text Example
White with #497B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497B55; }
p { color: rgb(73,123,85); }
H1.HeaderClassName
{
color: #497B55;
}
.AnyTagClassName
{
color: #497B55;
}
</style>
background-color css
<style>
a { background-color: #497B55; }
a { background-color: rgb(73,123,85); }
div.DivClassName
{
background-color: #497B55;
}
.BgClassName
{
background-color: #497B55;
}
</style>
border-color css
<style>
span { border-color: #497B55; }
span { border-color: rgb(73,123,85); }
td.TdClassName
{
border-color: #497B55;
}
.TagClassName
{
border-color: #497B55;
}
</style>