Shades of Shamrock #3BD090
Tints of Shamrock #3BD090
RGB
CMYK
RGB Variations
Color information
#3BD090 (or 0x3BD090) is known color: Shamrock. HEX triplet: 3B, D0 and 90. RGB value is (59,208,144). Sum of RGB (Red+Green+Blue) = 59+208+144=411 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.36% from 411); Green value is 208 (81.64% from 255 or 50.61% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 208 - color contains mainly: green. Hex color #3BD090 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD090 is #C42F6F. Grayscale: #9C9C9C. Windows color (decimal): -12857200 or 9490491. OLE color: 9490491.
HSL color Cylindrical-coordinate representation of color #3BD090: hue angle of 154.23º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD090 is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 208 | 144 | - |
| CMYK | 0.72 | 0 | 0.31 | 0.18 |
| HSL | 154.23º | 0.61% | 0.52% | - |
| HSV(B) | 154.23º | 0.72% | 0.82% | - |
| XYZ | 29.39 | 48.06 | 34.11 | - |
| YUV | 156.15 | 121.14 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 208 | 144 | 0.72 | 0 | 0.31 | 0.18 | 154.23 | 0.61 | 0.52 |
| Hex | 3B | D0 | 90 | 48 | 0 | 1F | 12 | 9A | 3D | 34 |
| Octal | 73 | 320 | 220 | 110 | 0 | 37 | 22 | 232 | 75 | 64 |
| Binary | 111011 | 11010000 | 10010000 | 1001000 | 0 | 11111 | 10010 | 10011010 | 111101 | 110100 |
Color Harmonies of #3BD090
Complementary color
Monochromatic Colors of #3BD090
Black with #3BD090
Text Example
Text Example
White with #3BD090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD090; }
p { color: rgb(59,208,144); }
H1.HeaderClassName
{
color: #3BD090;
}
.AnyTagClassName
{
color: #3BD090;
}
</style>
background-color css
<style>
a { background-color: #3BD090; }
a { background-color: rgb(59,208,144); }
div.DivClassName
{
background-color: #3BD090;
}
.BgClassName
{
background-color: #3BD090;
}
</style>
border-color css
<style>
span { border-color: #3BD090; }
span { border-color: rgb(59,208,144); }
td.TdClassName
{
border-color: #3BD090;
}
.TagClassName
{
border-color: #3BD090;
}
</style>