Shades of Shamrock #32CA92
Tints of Shamrock #32CA92
RGB
CMYK
RGB Variations
Color information
#32CA92 (or 0x32CA92) is known color: Shamrock. HEX triplet: 32, CA and 92. RGB value is (50,202,146). Sum of RGB (Red+Green+Blue) = 50+202+146=398 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.56% from 398); Green value is 202 (79.30% from 255 or 50.75% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32CA92 is #CD356D. Grayscale: #969696. Windows color (decimal): -13448558 or 9620018. OLE color: 9620018.
HSL color Cylindrical-coordinate representation of color #32CA92: hue angle of 157.89º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CA92 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 202 | 146 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.21 |
| HSL | 157.89º | 0.6% | 0.49% | - |
| HSV(B) | 157.89º | 0.75% | 0.79% | - |
| XYZ | 27.62 | 44.99 | 34.42 | - |
| YUV | 150.17 | 125.64 | 56.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 146 | 0.75 | 0 | 0.28 | 0.21 | 157.89 | 0.6 | 0.49 |
| Hex | 32 | CA | 92 | 4B | 0 | 1C | 15 | 9E | 3C | 31 |
| Octal | 62 | 312 | 222 | 113 | 0 | 34 | 25 | 236 | 74 | 61 |
| Binary | 110010 | 11001010 | 10010010 | 1001011 | 0 | 11100 | 10101 | 10011110 | 111100 | 110001 |
Color Harmonies of #32CA92
Complementary color
Monochromatic Colors of #32CA92
Black with #32CA92
Text Example
Text Example
White with #32CA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CA92; }
p { color: rgb(50,202,146); }
H1.HeaderClassName
{
color: #32CA92;
}
.AnyTagClassName
{
color: #32CA92;
}
</style>
background-color css
<style>
a { background-color: #32CA92; }
a { background-color: rgb(50,202,146); }
div.DivClassName
{
background-color: #32CA92;
}
.BgClassName
{
background-color: #32CA92;
}
</style>
border-color css
<style>
span { border-color: #32CA92; }
span { border-color: rgb(50,202,146); }
td.TdClassName
{
border-color: #32CA92;
}
.TagClassName
{
border-color: #32CA92;
}
</style>