Shades of Killarney #477D4A
Tints of Killarney #477D4A
RGB
CMYK
RGB Variations
Color information
#477D4A (or 0x477D4A) is known color: Killarney. HEX triplet: 47, 7D and 4A. RGB value is (71,125,74). Sum of RGB (Red+Green+Blue) = 71+125+74=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 125 - color contains mainly: green. Hex color #477D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477D4A is #B882B5. Grayscale: #676767. Windows color (decimal): -12092086 or 4881735. OLE color: 4881735.
HSL color Cylindrical-coordinate representation of color #477D4A: hue angle of 123.33º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #477D4A is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 125 | 74 | - |
| CMYK | 0.43 | 0 | 0.41 | 0.51 |
| HSL | 123.33º | 0.28% | 0.38% | - |
| HSV(B) | 123.33º | 0.43% | 0.49% | - |
| XYZ | 11.17 | 16.5 | 9.07 | - |
| YUV | 103.04 | 111.61 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 74 | 0.43 | 0 | 0.41 | 0.51 | 123.33 | 0.28 | 0.38 |
| Hex | 47 | 7D | 4A | 2B | 0 | 29 | 33 | 7B | 1C | 26 |
| Octal | 107 | 175 | 112 | 53 | 0 | 51 | 63 | 173 | 34 | 46 |
| Binary | 1000111 | 1111101 | 1001010 | 101011 | 0 | 101001 | 110011 | 1111011 | 11100 | 100110 |
Color Harmonies of #477D4A
Complementary color
Monochromatic Colors of #477D4A
Black with #477D4A
Text Example
Text Example
White with #477D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477D4A; }
p { color: rgb(71,125,74); }
H1.HeaderClassName
{
color: #477D4A;
}
.AnyTagClassName
{
color: #477D4A;
}
</style>
background-color css
<style>
a { background-color: #477D4A; }
a { background-color: rgb(71,125,74); }
div.DivClassName
{
background-color: #477D4A;
}
.BgClassName
{
background-color: #477D4A;
}
</style>
border-color css
<style>
span { border-color: #477D4A; }
span { border-color: rgb(71,125,74); }
td.TdClassName
{
border-color: #477D4A;
}
.TagClassName
{
border-color: #477D4A;
}
</style>