Shades of Shamrock #33C396
Tints of Shamrock #33C396
RGB
CMYK
RGB Variations
Color information
#33C396 (or 0x33C396) is known color: Shamrock. HEX triplet: 33, C3 and 96. RGB value is (51,195,150). Sum of RGB (Red+Green+Blue) = 51+195+150=396 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.88% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #33C396 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33C396 is #CC3C69. Grayscale: #929292. Windows color (decimal): -13384810 or 9880371. OLE color: 9880371.
HSL color Cylindrical-coordinate representation of color #33C396: hue angle of 161.25º 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 #33C396 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 195 | 150 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.24 |
| HSL | 161.25º | 0.59% | 0.48% | - |
| HSV(B) | 161.25º | 0.74% | 0.76% | - |
| XYZ | 26.39 | 41.94 | 35.56 | - |
| YUV | 146.81 | 129.79 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 195 | 150 | 0.74 | 0 | 0.23 | 0.24 | 161.25 | 0.59 | 0.48 |
| Hex | 33 | C3 | 96 | 4A | 0 | 17 | 18 | A1 | 3B | 30 |
| Octal | 63 | 303 | 226 | 112 | 0 | 27 | 30 | 241 | 73 | 60 |
| Binary | 110011 | 11000011 | 10010110 | 1001010 | 0 | 10111 | 11000 | 10100001 | 111011 | 110000 |
Color Harmonies of #33C396
Complementary color
Monochromatic Colors of #33C396
Black with #33C396
Text Example
Text Example
White with #33C396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C396; }
p { color: rgb(51,195,150); }
H1.HeaderClassName
{
color: #33C396;
}
.AnyTagClassName
{
color: #33C396;
}
</style>
background-color css
<style>
a { background-color: #33C396; }
a { background-color: rgb(51,195,150); }
div.DivClassName
{
background-color: #33C396;
}
.BgClassName
{
background-color: #33C396;
}
</style>
border-color css
<style>
span { border-color: #33C396; }
span { border-color: rgb(51,195,150); }
td.TdClassName
{
border-color: #33C396;
}
.TagClassName
{
border-color: #33C396;
}
</style>