Shades of Killarney #47864D
Tints of Killarney #47864D
RGB
CMYK
RGB Variations
Color information
#47864D (or 0x47864D) is known color: Killarney. HEX triplet: 47, 86 and 4D. RGB value is (71,134,77). Sum of RGB (Red+Green+Blue) = 71+134+77=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 134 - color contains mainly: green. Hex color #47864D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47864D is #B879B2. Grayscale: #6C6C6C. Windows color (decimal): -12089779 or 5080647. OLE color: 5080647.
HSL color Cylindrical-coordinate representation of color #47864D: hue angle of 125.71º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #47864D is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 134 | 77 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.47 |
| HSL | 125.71º | 0.31% | 0.4% | - |
| HSV(B) | 125.71º | 0.47% | 0.53% | - |
| XYZ | 12.46 | 18.93 | 10.02 | - |
| YUV | 108.67 | 110.13 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 134 | 77 | 0.47 | 0 | 0.43 | 0.47 | 125.71 | 0.31 | 0.4 |
| Hex | 47 | 86 | 4D | 2F | 0 | 2B | 2F | 7E | 1F | 28 |
| Octal | 107 | 206 | 115 | 57 | 0 | 53 | 57 | 176 | 37 | 50 |
| Binary | 1000111 | 10000110 | 1001101 | 101111 | 0 | 101011 | 101111 | 1111110 | 11111 | 101000 |
Color Harmonies of #47864D
Complementary color
Monochromatic Colors of #47864D
Black with #47864D
Text Example
Text Example
White with #47864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47864D; }
p { color: rgb(71,134,77); }
H1.HeaderClassName
{
color: #47864D;
}
.AnyTagClassName
{
color: #47864D;
}
</style>
background-color css
<style>
a { background-color: #47864D; }
a { background-color: rgb(71,134,77); }
div.DivClassName
{
background-color: #47864D;
}
.BgClassName
{
background-color: #47864D;
}
</style>
border-color css
<style>
span { border-color: #47864D; }
span { border-color: rgb(71,134,77); }
td.TdClassName
{
border-color: #47864D;
}
.TagClassName
{
border-color: #47864D;
}
</style>