Shades of Shamrock #3BCD93
Tints of Shamrock #3BCD93
RGB
CMYK
RGB Variations
Color information
#3BCD93 (or 0x3BCD93) is known color: Shamrock. HEX triplet: 3B, CD and 93. RGB value is (59,205,147). Sum of RGB (Red+Green+Blue) = 59+205+147=411 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.36% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCD93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCD93 is #C4326C. Grayscale: #9A9A9A. Windows color (decimal): -12857965 or 9686331. OLE color: 9686331.
HSL color Cylindrical-coordinate representation of color #3BCD93: hue angle of 156.16º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCD93 is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 205 | 147 | - |
| CMYK | 0.71 | 0 | 0.28 | 0.20 |
| HSL | 156.16º | 0.59% | 0.52% | - |
| HSV(B) | 156.16º | 0.71% | 0.8% | - |
| XYZ | 28.9 | 46.7 | 35.09 | - |
| YUV | 154.73 | 123.63 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 205 | 147 | 0.71 | 0 | 0.28 | 0.20 | 156.16 | 0.59 | 0.52 |
| Hex | 3B | CD | 93 | 47 | 0 | 1C | 14 | 9C | 3B | 34 |
| Octal | 73 | 315 | 223 | 107 | 0 | 34 | 24 | 234 | 73 | 64 |
| Binary | 111011 | 11001101 | 10010011 | 1000111 | 0 | 11100 | 10100 | 10011100 | 111011 | 110100 |
Color Harmonies of #3BCD93
Complementary color
Monochromatic Colors of #3BCD93
Black with #3BCD93
Text Example
Text Example
White with #3BCD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCD93; }
p { color: rgb(59,205,147); }
H1.HeaderClassName
{
color: #3BCD93;
}
.AnyTagClassName
{
color: #3BCD93;
}
</style>
background-color css
<style>
a { background-color: #3BCD93; }
a { background-color: rgb(59,205,147); }
div.DivClassName
{
background-color: #3BCD93;
}
.BgClassName
{
background-color: #3BCD93;
}
</style>
border-color css
<style>
span { border-color: #3BCD93; }
span { border-color: rgb(59,205,147); }
td.TdClassName
{
border-color: #3BCD93;
}
.TagClassName
{
border-color: #3BCD93;
}
</style>