Shades of Killarney #497F4D
Tints of Killarney #497F4D
RGB
CMYK
RGB Variations
Color information
#497F4D (or 0x497F4D) is known color: Killarney. HEX triplet: 49, 7F and 4D. RGB value is (73,127,77). Sum of RGB (Red+Green+Blue) = 73+127+77=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 127 - color contains mainly: green. Hex color #497F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497F4D is #B680B2. Grayscale: #696969. Windows color (decimal): -11960499 or 5078857. OLE color: 5078857.
HSL color Cylindrical-coordinate representation of color #497F4D: hue angle of 124.44º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #497F4D is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 127 | 77 | - |
| CMYK | 0.43 | 0 | 0.39 | 0.50 |
| HSL | 124.44º | 0.27% | 0.39% | - |
| HSV(B) | 124.44º | 0.43% | 0.5% | - |
| XYZ | 11.68 | 17.13 | 9.71 | - |
| YUV | 105.15 | 112.11 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 77 | 0.43 | 0 | 0.39 | 0.50 | 124.44 | 0.27 | 0.39 |
| Hex | 49 | 7F | 4D | 2B | 0 | 27 | 32 | 7C | 1B | 27 |
| Octal | 111 | 177 | 115 | 53 | 0 | 47 | 62 | 174 | 33 | 47 |
| Binary | 1001001 | 1111111 | 1001101 | 101011 | 0 | 100111 | 110010 | 1111100 | 11011 | 100111 |
Color Harmonies of #497F4D
Complementary color
Monochromatic Colors of #497F4D
Black with #497F4D
Text Example
Text Example
White with #497F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497F4D; }
p { color: rgb(73,127,77); }
H1.HeaderClassName
{
color: #497F4D;
}
.AnyTagClassName
{
color: #497F4D;
}
</style>
background-color css
<style>
a { background-color: #497F4D; }
a { background-color: rgb(73,127,77); }
div.DivClassName
{
background-color: #497F4D;
}
.BgClassName
{
background-color: #497F4D;
}
</style>
border-color css
<style>
span { border-color: #497F4D; }
span { border-color: rgb(73,127,77); }
td.TdClassName
{
border-color: #497F4D;
}
.TagClassName
{
border-color: #497F4D;
}
</style>