Shades of Killarney #477F50
Tints of Killarney #477F50
RGB
CMYK
RGB Variations
Color information
#477F50 (or 0x477F50) is known color: Killarney. HEX triplet: 47, 7F and 50. RGB value is (71,127,80). Sum of RGB (Red+Green+Blue) = 71+127+80=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 127 (50% from 255 or 45.68% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 127 - color contains mainly: green. Hex color #477F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477F50 is #B880AF. Grayscale: #696969. Windows color (decimal): -12091568 or 5275463. OLE color: 5275463.
HSL color Cylindrical-coordinate representation of color #477F50: hue angle of 129.64º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #477F50 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 127 | 80 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.50 |
| HSL | 129.64º | 0.28% | 0.39% | - |
| HSV(B) | 129.64º | 0.44% | 0.5% | - |
| XYZ | 11.64 | 17.1 | 10.28 | - |
| YUV | 104.9 | 113.95 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 80 | 0.44 | 0 | 0.37 | 0.50 | 129.64 | 0.28 | 0.39 |
| Hex | 47 | 7F | 50 | 2C | 0 | 25 | 32 | 82 | 1C | 27 |
| Octal | 107 | 177 | 120 | 54 | 0 | 45 | 62 | 202 | 34 | 47 |
| Binary | 1000111 | 1111111 | 1010000 | 101100 | 0 | 100101 | 110010 | 10000010 | 11100 | 100111 |
Color Harmonies of #477F50
Complementary color
Monochromatic Colors of #477F50
Black with #477F50
Text Example
Text Example
White with #477F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477F50; }
p { color: rgb(71,127,80); }
H1.HeaderClassName
{
color: #477F50;
}
.AnyTagClassName
{
color: #477F50;
}
</style>
background-color css
<style>
a { background-color: #477F50; }
a { background-color: rgb(71,127,80); }
div.DivClassName
{
background-color: #477F50;
}
.BgClassName
{
background-color: #477F50;
}
</style>
border-color css
<style>
span { border-color: #477F50; }
span { border-color: rgb(71,127,80); }
td.TdClassName
{
border-color: #477F50;
}
.TagClassName
{
border-color: #477F50;
}
</style>