Shades of Killarney #476C4E
Tints of Killarney #476C4E
RGB
CMYK
RGB Variations
Color information
#476C4E (or 0x476C4E) is known color: Killarney. HEX triplet: 47, 6C and 4E. RGB value is (71,108,78). Sum of RGB (Red+Green+Blue) = 71+108+78=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 108 - color contains mainly: green. Hex color #476C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476C4E is #B893B1. Grayscale: #5D5D5D. Windows color (decimal): -12096434 or 5139527. OLE color: 5139527.
HSL color Cylindrical-coordinate representation of color #476C4E: hue angle of 131.35º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #476C4E is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 108 | 78 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.58 |
| HSL | 131.35º | 0.21% | 0.35% | - |
| HSV(B) | 131.35º | 0.34% | 0.42% | - |
| XYZ | 9.34 | 12.61 | 9.15 | - |
| YUV | 93.52 | 119.24 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 78 | 0.34 | 0 | 0.28 | 0.58 | 131.35 | 0.21 | 0.35 |
| Hex | 47 | 6C | 4E | 22 | 0 | 1C | 3A | 83 | 15 | 23 |
| Octal | 107 | 154 | 116 | 42 | 0 | 34 | 72 | 203 | 25 | 43 |
| Binary | 1000111 | 1101100 | 1001110 | 100010 | 0 | 11100 | 111010 | 10000011 | 10101 | 100011 |
Color Harmonies of #476C4E
Complementary color
Monochromatic Colors of #476C4E
Black with #476C4E
Text Example
Text Example
White with #476C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476C4E; }
p { color: rgb(71,108,78); }
H1.HeaderClassName
{
color: #476C4E;
}
.AnyTagClassName
{
color: #476C4E;
}
</style>
background-color css
<style>
a { background-color: #476C4E; }
a { background-color: rgb(71,108,78); }
div.DivClassName
{
background-color: #476C4E;
}
.BgClassName
{
background-color: #476C4E;
}
</style>
border-color css
<style>
span { border-color: #476C4E; }
span { border-color: rgb(71,108,78); }
td.TdClassName
{
border-color: #476C4E;
}
.TagClassName
{
border-color: #476C4E;
}
</style>