Shades of Shamrock #32C59A
Tints of Shamrock #32C59A
RGB
CMYK
RGB Variations
Color information
#32C59A (or 0x32C59A) is known color: Shamrock. HEX triplet: 32, C5 and 9A. RGB value is (50,197,154). Sum of RGB (Red+Green+Blue) = 50+197+154=401 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.47% from 401); Green value is 197 (77.34% from 255 or 49.13% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 197 - color contains mainly: green. Hex color #32C59A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32C59A is #CD3A65. Grayscale: #949494. Windows color (decimal): -13449830 or 10143026. OLE color: 10143026.
HSL color Cylindrical-coordinate representation of color #32C59A: hue angle of 162.45º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C59A is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 197 | 154 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.23 |
| HSL | 162.45º | 0.6% | 0.48% | - |
| HSV(B) | 162.45º | 0.75% | 0.77% | - |
| XYZ | 27.11 | 42.94 | 37.43 | - |
| YUV | 148.15 | 131.3 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 197 | 154 | 0.75 | 0 | 0.22 | 0.23 | 162.45 | 0.6 | 0.48 |
| Hex | 32 | C5 | 9A | 4B | 0 | 16 | 17 | A2 | 3C | 30 |
| Octal | 62 | 305 | 232 | 113 | 0 | 26 | 27 | 242 | 74 | 60 |
| Binary | 110010 | 11000101 | 10011010 | 1001011 | 0 | 10110 | 10111 | 10100010 | 111100 | 110000 |
Color Harmonies of #32C59A
Complementary color
Monochromatic Colors of #32C59A
Black with #32C59A
Text Example
Text Example
White with #32C59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C59A; }
p { color: rgb(50,197,154); }
H1.HeaderClassName
{
color: #32C59A;
}
.AnyTagClassName
{
color: #32C59A;
}
</style>
background-color css
<style>
a { background-color: #32C59A; }
a { background-color: rgb(50,197,154); }
div.DivClassName
{
background-color: #32C59A;
}
.BgClassName
{
background-color: #32C59A;
}
</style>
border-color css
<style>
span { border-color: #32C59A; }
span { border-color: rgb(50,197,154); }
td.TdClassName
{
border-color: #32C59A;
}
.TagClassName
{
border-color: #32C59A;
}
</style>