Shades of Killarney #477C46
Tints of Killarney #477C46
RGB
CMYK
RGB Variations
Color information
#477C46 (or 0x477C46) is known color: Killarney. HEX triplet: 47, 7C and 46. RGB value is (71,124,70). Sum of RGB (Red+Green+Blue) = 71+124+70=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 124 (48.83% from 255 or 46.79% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 124 - color contains mainly: green. Hex color #477C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477C46 is #B883B9. Grayscale: #666666. Windows color (decimal): -12092346 or 4619335. OLE color: 4619335.
HSL color Cylindrical-coordinate representation of color #477C46: hue angle of 118.89º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #477C46 is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 124 | 70 | - |
| CMYK | 0.43 | 0 | 0.44 | 0.51 |
| HSL | 118.89º | 0.28% | 0.38% | - |
| HSV(B) | 118.89º | 0.44% | 0.49% | - |
| XYZ | 10.91 | 16.2 | 8.35 | - |
| YUV | 102 | 109.94 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 70 | 0.43 | 0 | 0.44 | 0.51 | 118.89 | 0.28 | 0.38 |
| Hex | 47 | 7C | 46 | 2B | 0 | 2C | 33 | 77 | 1C | 26 |
| Octal | 107 | 174 | 106 | 53 | 0 | 54 | 63 | 167 | 34 | 46 |
| Binary | 1000111 | 1111100 | 1000110 | 101011 | 0 | 101100 | 110011 | 1110111 | 11100 | 100110 |
Color Harmonies of #477C46
Complementary color
Monochromatic Colors of #477C46
Black with #477C46
Text Example
Text Example
White with #477C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477C46; }
p { color: rgb(71,124,70); }
H1.HeaderClassName
{
color: #477C46;
}
.AnyTagClassName
{
color: #477C46;
}
</style>
background-color css
<style>
a { background-color: #477C46; }
a { background-color: rgb(71,124,70); }
div.DivClassName
{
background-color: #477C46;
}
.BgClassName
{
background-color: #477C46;
}
</style>
border-color css
<style>
span { border-color: #477C46; }
span { border-color: rgb(71,124,70); }
td.TdClassName
{
border-color: #477C46;
}
.TagClassName
{
border-color: #477C46;
}
</style>