Shades of Shamrock #32C185
Tints of Shamrock #32C185
RGB
CMYK
RGB Variations
Color information
#32C185 (or 0x32C185) is known color: Shamrock. HEX triplet: 32, C1 and 85. RGB value is (50,193,133). Sum of RGB (Red+Green+Blue) = 50+193+133=376 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.30% from 376); Green value is 193 (75.78% from 255 or 51.33% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 193 - color contains mainly: green. Hex color #32C185 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32C185 is #CD3E7A. Grayscale: #8F8F8F. Windows color (decimal): -13450875 or 8765746. OLE color: 8765746.
HSL color Cylindrical-coordinate representation of color #32C185: hue angle of 154.83º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C185 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 193 | 133 | - |
| CMYK | 0.74 | 0 | 0.31 | 0.24 |
| HSL | 154.83º | 0.59% | 0.48% | - |
| HSV(B) | 154.83º | 0.74% | 0.76% | - |
| XYZ | 24.62 | 40.51 | 28.71 | - |
| YUV | 143.4 | 122.12 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 193 | 133 | 0.74 | 0 | 0.31 | 0.24 | 154.83 | 0.59 | 0.48 |
| Hex | 32 | C1 | 85 | 4A | 0 | 1F | 18 | 9B | 3B | 30 |
| Octal | 62 | 301 | 205 | 112 | 0 | 37 | 30 | 233 | 73 | 60 |
| Binary | 110010 | 11000001 | 10000101 | 1001010 | 0 | 11111 | 11000 | 10011011 | 111011 | 110000 |
Color Harmonies of #32C185
Complementary color
Monochromatic Colors of #32C185
Black with #32C185
Text Example
Text Example
White with #32C185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C185; }
p { color: rgb(50,193,133); }
H1.HeaderClassName
{
color: #32C185;
}
.AnyTagClassName
{
color: #32C185;
}
</style>
background-color css
<style>
a { background-color: #32C185; }
a { background-color: rgb(50,193,133); }
div.DivClassName
{
background-color: #32C185;
}
.BgClassName
{
background-color: #32C185;
}
</style>
border-color css
<style>
span { border-color: #32C185; }
span { border-color: rgb(50,193,133); }
td.TdClassName
{
border-color: #32C185;
}
.TagClassName
{
border-color: #32C185;
}
</style>