Shades of Killarney #477A47
Tints of Killarney #477A47
RGB
CMYK
RGB Variations
Color information
#477A47 (or 0x477A47) is known color: Killarney. HEX triplet: 47, 7A and 47. RGB value is (71,122,71). Sum of RGB (Red+Green+Blue) = 71+122+71=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 122 (48.05% from 255 or 46.21% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 122 - color contains mainly: green. Hex color #477A47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477A47 is #B885B8. Grayscale: #656565. Windows color (decimal): -12092857 or 4684359. OLE color: 4684359.
HSL color Cylindrical-coordinate representation of color #477A47: hue angle of 120º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #477A47 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 122 | 71 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.52 |
| HSL | 120º | 0.26% | 0.38% | - |
| HSV(B) | 120º | 0.42% | 0.48% | - |
| XYZ | 10.7 | 15.71 | 8.43 | - |
| YUV | 100.94 | 111.1 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 71 | 0.42 | 0 | 0.42 | 0.52 | 120 | 0.26 | 0.38 |
| Hex | 47 | 7A | 47 | 2A | 0 | 2A | 34 | 78 | 1A | 26 |
| Octal | 107 | 172 | 107 | 52 | 0 | 52 | 64 | 170 | 32 | 46 |
| Binary | 1000111 | 1111010 | 1000111 | 101010 | 0 | 101010 | 110100 | 1111000 | 11010 | 100110 |
Color Harmonies of #477A47
Complementary color
Monochromatic Colors of #477A47
Black with #477A47
Text Example
Text Example
White with #477A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477A47; }
p { color: rgb(71,122,71); }
H1.HeaderClassName
{
color: #477A47;
}
.AnyTagClassName
{
color: #477A47;
}
</style>
background-color css
<style>
a { background-color: #477A47; }
a { background-color: rgb(71,122,71); }
div.DivClassName
{
background-color: #477A47;
}
.BgClassName
{
background-color: #477A47;
}
</style>
border-color css
<style>
span { border-color: #477A47; }
span { border-color: rgb(71,122,71); }
td.TdClassName
{
border-color: #477A47;
}
.TagClassName
{
border-color: #477A47;
}
</style>