Shades of Shamrock #32C48B
Tints of Shamrock #32C48B
RGB
CMYK
RGB Variations
Color information
#32C48B (or 0x32C48B) is known color: Shamrock. HEX triplet: 32, C4 and 8B. RGB value is (50,196,139). Sum of RGB (Red+Green+Blue) = 50+196+139=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 196 (76.95% from 255 or 50.91% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 196 - color contains mainly: green. Hex color #32C48B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32C48B is #CD3B74. Grayscale: #919191. Windows color (decimal): -13450101 or 9159730. OLE color: 9159730.
HSL color Cylindrical-coordinate representation of color #32C48B: hue angle of 156.58º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C48B is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 196 | 139 | - |
| CMYK | 0.74 | 0 | 0.29 | 0.23 |
| HSL | 156.58º | 0.59% | 0.48% | - |
| HSV(B) | 156.58º | 0.74% | 0.77% | - |
| XYZ | 25.72 | 42.02 | 31.18 | - |
| YUV | 145.85 | 124.13 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 196 | 139 | 0.74 | 0 | 0.29 | 0.23 | 156.58 | 0.59 | 0.48 |
| Hex | 32 | C4 | 8B | 4A | 0 | 1D | 17 | 9D | 3B | 30 |
| Octal | 62 | 304 | 213 | 112 | 0 | 35 | 27 | 235 | 73 | 60 |
| Binary | 110010 | 11000100 | 10001011 | 1001010 | 0 | 11101 | 10111 | 10011101 | 111011 | 110000 |
Color Harmonies of #32C48B
Complementary color
Monochromatic Colors of #32C48B
Black with #32C48B
Text Example
Text Example
White with #32C48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C48B; }
p { color: rgb(50,196,139); }
H1.HeaderClassName
{
color: #32C48B;
}
.AnyTagClassName
{
color: #32C48B;
}
</style>
background-color css
<style>
a { background-color: #32C48B; }
a { background-color: rgb(50,196,139); }
div.DivClassName
{
background-color: #32C48B;
}
.BgClassName
{
background-color: #32C48B;
}
</style>
border-color css
<style>
span { border-color: #32C48B; }
span { border-color: rgb(50,196,139); }
td.TdClassName
{
border-color: #32C48B;
}
.TagClassName
{
border-color: #32C48B;
}
</style>