Shades of Shamrock #33C58C
Tints of Shamrock #33C58C
RGB
CMYK
RGB Variations
Color information
#33C58C (or 0x33C58C) is known color: Shamrock. HEX triplet: 33, C5 and 8C. RGB value is (51,197,140). Sum of RGB (Red+Green+Blue) = 51+197+140=388 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.14% from 388); Green value is 197 (77.34% from 255 or 50.77% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 197 - color contains mainly: green. Hex color #33C58C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33C58C is #CC3A73. Grayscale: #929292. Windows color (decimal): -13384308 or 9225523. OLE color: 9225523.
HSL color Cylindrical-coordinate representation of color #33C58C: hue angle of 156.58º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C58C is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 197 | 140 | - |
| CMYK | 0.74 | 0 | 0.29 | 0.23 |
| HSL | 156.58º | 0.59% | 0.49% | - |
| HSV(B) | 156.58º | 0.74% | 0.77% | - |
| XYZ | 26.07 | 42.53 | 31.65 | - |
| YUV | 146.85 | 124.13 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 197 | 140 | 0.74 | 0 | 0.29 | 0.23 | 156.58 | 0.59 | 0.49 |
| Hex | 33 | C5 | 8C | 4A | 0 | 1D | 17 | 9D | 3B | 31 |
| Octal | 63 | 305 | 214 | 112 | 0 | 35 | 27 | 235 | 73 | 61 |
| Binary | 110011 | 11000101 | 10001100 | 1001010 | 0 | 11101 | 10111 | 10011101 | 111011 | 110001 |
Color Harmonies of #33C58C
Complementary color
Monochromatic Colors of #33C58C
Black with #33C58C
Text Example
Text Example
White with #33C58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C58C; }
p { color: rgb(51,197,140); }
H1.HeaderClassName
{
color: #33C58C;
}
.AnyTagClassName
{
color: #33C58C;
}
</style>
background-color css
<style>
a { background-color: #33C58C; }
a { background-color: rgb(51,197,140); }
div.DivClassName
{
background-color: #33C58C;
}
.BgClassName
{
background-color: #33C58C;
}
</style>
border-color css
<style>
span { border-color: #33C58C; }
span { border-color: rgb(51,197,140); }
td.TdClassName
{
border-color: #33C58C;
}
.TagClassName
{
border-color: #33C58C;
}
</style>