Shades of Shamrock #47C48B
Tints of Shamrock #47C48B
RGB
CMYK
RGB Variations
Color information
#47C48B (or 0x47C48B) is known color: Shamrock. HEX triplet: 47, C4 and 8B. RGB value is (71,196,139). Sum of RGB (Red+Green+Blue) = 71+196+139=406 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.49% from 406); Green value is 196 (76.95% from 255 or 48.28% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 196 - color contains mainly: green. Hex color #47C48B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C48B is #B83B74. Grayscale: #989898. Windows color (decimal): -12073845 or 9159751. OLE color: 9159751.
HSL color Cylindrical-coordinate representation of color #47C48B: hue angle of 152.64º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C48B is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 196 | 139 | - |
| CMYK | 0.64 | 0 | 0.29 | 0.23 |
| HSL | 152.64º | 0.51% | 0.52% | - |
| HSV(B) | 152.64º | 0.64% | 0.77% | - |
| XYZ | 27 | 42.68 | 31.24 | - |
| YUV | 152.13 | 120.59 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 196 | 139 | 0.64 | 0 | 0.29 | 0.23 | 152.64 | 0.51 | 0.52 |
| Hex | 47 | C4 | 8B | 40 | 0 | 1D | 17 | 99 | 33 | 34 |
| Octal | 107 | 304 | 213 | 100 | 0 | 35 | 27 | 231 | 63 | 64 |
| Binary | 1000111 | 11000100 | 10001011 | 1000000 | 0 | 11101 | 10111 | 10011001 | 110011 | 110100 |
Color Harmonies of #47C48B
Complementary color
Monochromatic Colors of #47C48B
Black with #47C48B
Text Example
Text Example
White with #47C48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C48B; }
p { color: rgb(71,196,139); }
H1.HeaderClassName
{
color: #47C48B;
}
.AnyTagClassName
{
color: #47C48B;
}
</style>
background-color css
<style>
a { background-color: #47C48B; }
a { background-color: rgb(71,196,139); }
div.DivClassName
{
background-color: #47C48B;
}
.BgClassName
{
background-color: #47C48B;
}
</style>
border-color css
<style>
span { border-color: #47C48B; }
span { border-color: rgb(71,196,139); }
td.TdClassName
{
border-color: #47C48B;
}
.TagClassName
{
border-color: #47C48B;
}
</style>