Shades of Killarney #476E50
Tints of Killarney #476E50
RGB
CMYK
RGB Variations
Color information
#476E50 (or 0x476E50) is known color: Killarney. HEX triplet: 47, 6E and 50. RGB value is (71,110,80). Sum of RGB (Red+Green+Blue) = 71+110+80=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 110 - color contains mainly: green. Hex color #476E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476E50 is #B891AF. Grayscale: #5E5E5E. Windows color (decimal): -12095920 or 5271111. OLE color: 5271111.
HSL color Cylindrical-coordinate representation of color #476E50: hue angle of 133.85º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #476E50 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 110 | 80 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.57 |
| HSL | 133.85º | 0.22% | 0.35% | - |
| HSV(B) | 133.85º | 0.35% | 0.43% | - |
| XYZ | 9.62 | 13.07 | 9.61 | - |
| YUV | 94.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 110 | 80 | 0.35 | 0 | 0.27 | 0.57 | 133.85 | 0.22 | 0.35 |
| Hex | 47 | 6E | 50 | 23 | 0 | 1B | 39 | 86 | 16 | 23 |
| Octal | 107 | 156 | 120 | 43 | 0 | 33 | 71 | 206 | 26 | 43 |
| Binary | 1000111 | 1101110 | 1010000 | 100011 | 0 | 11011 | 111001 | 10000110 | 10110 | 100011 |
Color Harmonies of #476E50
Complementary color
Monochromatic Colors of #476E50
Black with #476E50
Text Example
Text Example
White with #476E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476E50; }
p { color: rgb(71,110,80); }
H1.HeaderClassName
{
color: #476E50;
}
.AnyTagClassName
{
color: #476E50;
}
</style>
background-color css
<style>
a { background-color: #476E50; }
a { background-color: rgb(71,110,80); }
div.DivClassName
{
background-color: #476E50;
}
.BgClassName
{
background-color: #476E50;
}
</style>
border-color css
<style>
span { border-color: #476E50; }
span { border-color: rgb(71,110,80); }
td.TdClassName
{
border-color: #476E50;
}
.TagClassName
{
border-color: #476E50;
}
</style>