Shades of Shamrock #33C796
Tints of Shamrock #33C796
RGB
CMYK
RGB Variations
Color information
#33C796 (or 0x33C796) is known color: Shamrock. HEX triplet: 33, C7 and 96. RGB value is (51,199,150). Sum of RGB (Red+Green+Blue) = 51+199+150=400 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.75% from 400); Green value is 199 (78.12% from 255 or 49.75% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 199 - color contains mainly: green. Hex color #33C796 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33C796 is #CC3869. Grayscale: #959595. Windows color (decimal): -13383786 or 9881395. OLE color: 9881395.
HSL color Cylindrical-coordinate representation of color #33C796: hue angle of 160.14º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C796 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 199 | 150 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.22 |
| HSL | 160.14º | 0.59% | 0.49% | - |
| HSV(B) | 160.14º | 0.74% | 0.78% | - |
| XYZ | 27.29 | 43.75 | 35.86 | - |
| YUV | 149.16 | 128.47 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 199 | 150 | 0.74 | 0 | 0.25 | 0.22 | 160.14 | 0.59 | 0.49 |
| Hex | 33 | C7 | 96 | 4A | 0 | 19 | 16 | A0 | 3B | 31 |
| Octal | 63 | 307 | 226 | 112 | 0 | 31 | 26 | 240 | 73 | 61 |
| Binary | 110011 | 11000111 | 10010110 | 1001010 | 0 | 11001 | 10110 | 10100000 | 111011 | 110001 |
Color Harmonies of #33C796
Complementary color
Monochromatic Colors of #33C796
Black with #33C796
Text Example
Text Example
White with #33C796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C796; }
p { color: rgb(51,199,150); }
H1.HeaderClassName
{
color: #33C796;
}
.AnyTagClassName
{
color: #33C796;
}
</style>
background-color css
<style>
a { background-color: #33C796; }
a { background-color: rgb(51,199,150); }
div.DivClassName
{
background-color: #33C796;
}
.BgClassName
{
background-color: #33C796;
}
</style>
border-color css
<style>
span { border-color: #33C796; }
span { border-color: rgb(51,199,150); }
td.TdClassName
{
border-color: #33C796;
}
.TagClassName
{
border-color: #33C796;
}
</style>