Shades of Killarney #47864A
Tints of Killarney #47864A
RGB
CMYK
RGB Variations
Color information
#47864A (or 0x47864A) is known color: Killarney. HEX triplet: 47, 86 and 4A. RGB value is (71,134,74). Sum of RGB (Red+Green+Blue) = 71+134+74=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 134 - color contains mainly: green. Hex color #47864A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47864A is #B879B5. Grayscale: #6C6C6C. Windows color (decimal): -12089782 or 4884039. OLE color: 4884039.
HSL color Cylindrical-coordinate representation of color #47864A: hue angle of 122.86º 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 #47864A is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 134 | 74 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.47 |
| HSL | 122.86º | 0.31% | 0.4% | - |
| HSV(B) | 122.86º | 0.47% | 0.53% | - |
| XYZ | 12.36 | 18.88 | 9.47 | - |
| YUV | 108.32 | 108.63 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 134 | 74 | 0.47 | 0 | 0.45 | 0.47 | 122.86 | 0.31 | 0.4 |
| Hex | 47 | 86 | 4A | 2F | 0 | 2D | 2F | 7B | 1F | 28 |
| Octal | 107 | 206 | 112 | 57 | 0 | 55 | 57 | 173 | 37 | 50 |
| Binary | 1000111 | 10000110 | 1001010 | 101111 | 0 | 101101 | 101111 | 1111011 | 11111 | 101000 |
Color Harmonies of #47864A
Complementary color
Monochromatic Colors of #47864A
Black with #47864A
Text Example
Text Example
White with #47864A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47864A; }
p { color: rgb(71,134,74); }
H1.HeaderClassName
{
color: #47864A;
}
.AnyTagClassName
{
color: #47864A;
}
</style>
background-color css
<style>
a { background-color: #47864A; }
a { background-color: rgb(71,134,74); }
div.DivClassName
{
background-color: #47864A;
}
.BgClassName
{
background-color: #47864A;
}
</style>
border-color css
<style>
span { border-color: #47864A; }
span { border-color: rgb(71,134,74); }
td.TdClassName
{
border-color: #47864A;
}
.TagClassName
{
border-color: #47864A;
}
</style>