Shades of Shamrock #32D592
Tints of Shamrock #32D592
RGB
CMYK
RGB Variations
Color information
#32D592 (or 0x32D592) is known color: Shamrock. HEX triplet: 32, D5 and 92. RGB value is (50,213,146). Sum of RGB (Red+Green+Blue) = 50+213+146=409 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.22% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #32D592 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32D592 is #CD2A6D. Grayscale: #9C9C9C. Windows color (decimal): -13445742 or 9622834. OLE color: 9622834.
HSL color Cylindrical-coordinate representation of color #32D592: hue angle of 155.34º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D592 is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 213 | 146 | - |
| CMYK | 0.77 | 0 | 0.31 | 0.16 |
| HSL | 155.34º | 0.66% | 0.52% | - |
| HSV(B) | 155.34º | 0.77% | 0.84% | - |
| XYZ | 30.3 | 50.34 | 35.31 | - |
| YUV | 156.63 | 122 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 213 | 146 | 0.77 | 0 | 0.31 | 0.16 | 155.34 | 0.66 | 0.52 |
| Hex | 32 | D5 | 92 | 4D | 0 | 1F | 10 | 9B | 42 | 34 |
| Octal | 62 | 325 | 222 | 115 | 0 | 37 | 20 | 233 | 102 | 64 |
| Binary | 110010 | 11010101 | 10010010 | 1001101 | 0 | 11111 | 10000 | 10011011 | 1000010 | 110100 |
Color Harmonies of #32D592
Complementary color
Monochromatic Colors of #32D592
Black with #32D592
Text Example
Text Example
White with #32D592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D592; }
p { color: rgb(50,213,146); }
H1.HeaderClassName
{
color: #32D592;
}
.AnyTagClassName
{
color: #32D592;
}
</style>
background-color css
<style>
a { background-color: #32D592; }
a { background-color: rgb(50,213,146); }
div.DivClassName
{
background-color: #32D592;
}
.BgClassName
{
background-color: #32D592;
}
</style>
border-color css
<style>
span { border-color: #32D592; }
span { border-color: rgb(50,213,146); }
td.TdClassName
{
border-color: #32D592;
}
.TagClassName
{
border-color: #32D592;
}
</style>