Shades of Shamrock #33C495
Tints of Shamrock #33C495
RGB
CMYK
RGB Variations
Color information
#33C495 (or 0x33C495) is known color: Shamrock. HEX triplet: 33, C4 and 95. RGB value is (51,196,149). Sum of RGB (Red+Green+Blue) = 51+196+149=396 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.88% from 396); Green value is 196 (76.95% from 255 or 49.49% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 196 - color contains mainly: green. Hex color #33C495 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33C495 is #CC3B6A. Grayscale: #939393. Windows color (decimal): -13384555 or 9815091. OLE color: 9815091.
HSL color Cylindrical-coordinate representation of color #33C495: hue angle of 160.55º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C495 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 196 | 149 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.23 |
| HSL | 160.55º | 0.59% | 0.48% | - |
| HSV(B) | 160.55º | 0.74% | 0.77% | - |
| XYZ | 26.53 | 42.35 | 35.21 | - |
| YUV | 147.29 | 128.96 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 196 | 149 | 0.74 | 0 | 0.24 | 0.23 | 160.55 | 0.59 | 0.48 |
| Hex | 33 | C4 | 95 | 4A | 0 | 18 | 17 | A1 | 3B | 30 |
| Octal | 63 | 304 | 225 | 112 | 0 | 30 | 27 | 241 | 73 | 60 |
| Binary | 110011 | 11000100 | 10010101 | 1001010 | 0 | 11000 | 10111 | 10100001 | 111011 | 110000 |
Color Harmonies of #33C495
Complementary color
Monochromatic Colors of #33C495
Black with #33C495
Text Example
Text Example
White with #33C495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C495; }
p { color: rgb(51,196,149); }
H1.HeaderClassName
{
color: #33C495;
}
.AnyTagClassName
{
color: #33C495;
}
</style>
background-color css
<style>
a { background-color: #33C495; }
a { background-color: rgb(51,196,149); }
div.DivClassName
{
background-color: #33C495;
}
.BgClassName
{
background-color: #33C495;
}
</style>
border-color css
<style>
span { border-color: #33C495; }
span { border-color: rgb(51,196,149); }
td.TdClassName
{
border-color: #33C495;
}
.TagClassName
{
border-color: #33C495;
}
</style>