Shades of Shamrock #33C48A
Tints of Shamrock #33C48A
RGB
CMYK
RGB Variations
Color information
#33C48A (or 0x33C48A) is known color: Shamrock. HEX triplet: 33, C4 and 8A. RGB value is (51,196,138). Sum of RGB (Red+Green+Blue) = 51+196+138=385 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.25% from 385); Green value is 196 (76.95% from 255 or 50.91% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 196 - color contains mainly: green. Hex color #33C48A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33C48A is #CC3B75. Grayscale: #929292. Windows color (decimal): -13384566 or 9094195. OLE color: 9094195.
HSL color Cylindrical-coordinate representation of color #33C48A: hue angle of 156º 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 #33C48A is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 196 | 138 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.23 |
| HSL | 156º | 0.59% | 0.48% | - |
| HSV(B) | 156º | 0.74% | 0.77% | - |
| XYZ | 25.69 | 42.02 | 30.8 | - |
| YUV | 146.03 | 123.46 | 60.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 196 | 138 | 0.74 | 0 | 0.30 | 0.23 | 156 | 0.59 | 0.48 |
| Hex | 33 | C4 | 8A | 4A | 0 | 1E | 17 | 9C | 3B | 30 |
| Octal | 63 | 304 | 212 | 112 | 0 | 36 | 27 | 234 | 73 | 60 |
| Binary | 110011 | 11000100 | 10001010 | 1001010 | 0 | 11110 | 10111 | 10011100 | 111011 | 110000 |
Color Harmonies of #33C48A
Complementary color
Monochromatic Colors of #33C48A
Black with #33C48A
Text Example
Text Example
White with #33C48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C48A; }
p { color: rgb(51,196,138); }
H1.HeaderClassName
{
color: #33C48A;
}
.AnyTagClassName
{
color: #33C48A;
}
</style>
background-color css
<style>
a { background-color: #33C48A; }
a { background-color: rgb(51,196,138); }
div.DivClassName
{
background-color: #33C48A;
}
.BgClassName
{
background-color: #33C48A;
}
</style>
border-color css
<style>
span { border-color: #33C48A; }
span { border-color: rgb(51,196,138); }
td.TdClassName
{
border-color: #33C48A;
}
.TagClassName
{
border-color: #33C48A;
}
</style>