Shades of Shamrock #3BD690
Tints of Shamrock #3BD690
RGB
CMYK
RGB Variations
Color information
#3BD690 (or 0x3BD690) is known color: Shamrock. HEX triplet: 3B, D6 and 90. RGB value is (59,214,144). Sum of RGB (Red+Green+Blue) = 59+214+144=417 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.15% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD690 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD690 is #C4296F. Grayscale: #9F9F9F. Windows color (decimal): -12855664 or 9492027. OLE color: 9492027.
HSL color Cylindrical-coordinate representation of color #3BD690: hue angle of 152.9º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD690 is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 214 | 144 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.16 |
| HSL | 152.9º | 0.65% | 0.54% | - |
| HSV(B) | 152.9º | 0.72% | 0.84% | - |
| XYZ | 30.88 | 51.04 | 34.61 | - |
| YUV | 159.68 | 119.15 | 56.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 214 | 144 | 0.72 | 0 | 0.33 | 0.16 | 152.9 | 0.65 | 0.54 |
| Hex | 3B | D6 | 90 | 48 | 0 | 21 | 10 | 99 | 41 | 36 |
| Octal | 73 | 326 | 220 | 110 | 0 | 41 | 20 | 231 | 101 | 66 |
| Binary | 111011 | 11010110 | 10010000 | 1001000 | 0 | 100001 | 10000 | 10011001 | 1000001 | 110110 |
Color Harmonies of #3BD690
Complementary color
Monochromatic Colors of #3BD690
Black with #3BD690
Text Example
Text Example
White with #3BD690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD690; }
p { color: rgb(59,214,144); }
H1.HeaderClassName
{
color: #3BD690;
}
.AnyTagClassName
{
color: #3BD690;
}
</style>
background-color css
<style>
a { background-color: #3BD690; }
a { background-color: rgb(59,214,144); }
div.DivClassName
{
background-color: #3BD690;
}
.BgClassName
{
background-color: #3BD690;
}
</style>
border-color css
<style>
span { border-color: #3BD690; }
span { border-color: rgb(59,214,144); }
td.TdClassName
{
border-color: #3BD690;
}
.TagClassName
{
border-color: #3BD690;
}
</style>