Shades of Killarney #47704D
Tints of Killarney #47704D
RGB
CMYK
RGB Variations
Color information
#47704D (or 0x47704D) is known color: Killarney. HEX triplet: 47, 70 and 4D. RGB value is (71,112,77). Sum of RGB (Red+Green+Blue) = 71+112+77=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #47704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47704D is #B88FB2. Grayscale: #5F5F5F. Windows color (decimal): -12095411 or 5075015. OLE color: 5075015.
HSL color Cylindrical-coordinate representation of color #47704D: hue angle of 128.78º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #47704D is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 112 | 77 | - |
| CMYK | 0.37 | 0 | 0.31 | 0.56 |
| HSL | 128.78º | 0.22% | 0.36% | - |
| HSV(B) | 128.78º | 0.37% | 0.44% | - |
| XYZ | 9.73 | 13.46 | 9.11 | - |
| YUV | 95.75 | 117.42 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 112 | 77 | 0.37 | 0 | 0.31 | 0.56 | 128.78 | 0.22 | 0.36 |
| Hex | 47 | 70 | 4D | 25 | 0 | 1F | 38 | 81 | 16 | 24 |
| Octal | 107 | 160 | 115 | 45 | 0 | 37 | 70 | 201 | 26 | 44 |
| Binary | 1000111 | 1110000 | 1001101 | 100101 | 0 | 11111 | 111000 | 10000001 | 10110 | 100100 |
Color Harmonies of #47704D
Complementary color
Monochromatic Colors of #47704D
Black with #47704D
Text Example
Text Example
White with #47704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47704D; }
p { color: rgb(71,112,77); }
H1.HeaderClassName
{
color: #47704D;
}
.AnyTagClassName
{
color: #47704D;
}
</style>
background-color css
<style>
a { background-color: #47704D; }
a { background-color: rgb(71,112,77); }
div.DivClassName
{
background-color: #47704D;
}
.BgClassName
{
background-color: #47704D;
}
</style>
border-color css
<style>
span { border-color: #47704D; }
span { border-color: rgb(71,112,77); }
td.TdClassName
{
border-color: #47704D;
}
.TagClassName
{
border-color: #47704D;
}
</style>