Shades of Shamrock #3BCD91
Tints of Shamrock #3BCD91
RGB
CMYK
RGB Variations
Color information
#3BCD91 (or 0x3BCD91) is known color: Shamrock. HEX triplet: 3B, CD and 91. RGB value is (59,205,145). Sum of RGB (Red+Green+Blue) = 59+205+145=409 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.43% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCD91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCD91 is #C4326E. Grayscale: #9A9A9A. Windows color (decimal): -12857967 or 9555259. OLE color: 9555259.
HSL color Cylindrical-coordinate representation of color #3BCD91: hue angle of 155.34º 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 #3BCD91 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 205 | 145 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.20 |
| HSL | 155.34º | 0.59% | 0.52% | - |
| HSV(B) | 155.34º | 0.71% | 0.8% | - |
| XYZ | 28.75 | 46.64 | 34.27 | - |
| YUV | 154.51 | 122.63 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 205 | 145 | 0.71 | 0 | 0.29 | 0.20 | 155.34 | 0.59 | 0.52 |
| Hex | 3B | CD | 91 | 47 | 0 | 1D | 14 | 9B | 3B | 34 |
| Octal | 73 | 315 | 221 | 107 | 0 | 35 | 24 | 233 | 73 | 64 |
| Binary | 111011 | 11001101 | 10010001 | 1000111 | 0 | 11101 | 10100 | 10011011 | 111011 | 110100 |
Color Harmonies of #3BCD91
Complementary color
Monochromatic Colors of #3BCD91
Black with #3BCD91
Text Example
Text Example
White with #3BCD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCD91; }
p { color: rgb(59,205,145); }
H1.HeaderClassName
{
color: #3BCD91;
}
.AnyTagClassName
{
color: #3BCD91;
}
</style>
background-color css
<style>
a { background-color: #3BCD91; }
a { background-color: rgb(59,205,145); }
div.DivClassName
{
background-color: #3BCD91;
}
.BgClassName
{
background-color: #3BCD91;
}
</style>
border-color css
<style>
span { border-color: #3BCD91; }
span { border-color: rgb(59,205,145); }
td.TdClassName
{
border-color: #3BCD91;
}
.TagClassName
{
border-color: #3BCD91;
}
</style>