Shades of Shamrock #32BD90
Tints of Shamrock #32BD90
RGB
CMYK
RGB Variations
Color information
#32BD90 (or 0x32BD90) is known color: Shamrock. HEX triplet: 32, BD and 90. RGB value is (50,189,144). Sum of RGB (Red+Green+Blue) = 50+189+144=383 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.05% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BD90 is #CD426F. Grayscale: #8E8E8E. Windows color (decimal): -13451888 or 9485618. OLE color: 9485618.
HSL color Cylindrical-coordinate representation of color #32BD90: hue angle of 160.58º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BD90 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 189 | 144 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.26 |
| HSL | 160.58º | 0.58% | 0.47% | - |
| HSV(B) | 160.58º | 0.74% | 0.74% | - |
| XYZ | 24.55 | 39.09 | 32.64 | - |
| YUV | 142.31 | 128.95 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 144 | 0.74 | 0 | 0.24 | 0.26 | 160.58 | 0.58 | 0.47 |
| Hex | 32 | BD | 90 | 4A | 0 | 18 | 1A | A1 | 3A | 2F |
| Octal | 62 | 275 | 220 | 112 | 0 | 30 | 32 | 241 | 72 | 57 |
| Binary | 110010 | 10111101 | 10010000 | 1001010 | 0 | 11000 | 11010 | 10100001 | 111010 | 101111 |
Color Harmonies of #32BD90
Complementary color
Monochromatic Colors of #32BD90
Black with #32BD90
Text Example
Text Example
White with #32BD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BD90; }
p { color: rgb(50,189,144); }
H1.HeaderClassName
{
color: #32BD90;
}
.AnyTagClassName
{
color: #32BD90;
}
</style>
background-color css
<style>
a { background-color: #32BD90; }
a { background-color: rgb(50,189,144); }
div.DivClassName
{
background-color: #32BD90;
}
.BgClassName
{
background-color: #32BD90;
}
</style>
border-color css
<style>
span { border-color: #32BD90; }
span { border-color: rgb(50,189,144); }
td.TdClassName
{
border-color: #32BD90;
}
.TagClassName
{
border-color: #32BD90;
}
</style>