Shades of Shamrock #3BD084
Tints of Shamrock #3BD084
RGB
CMYK
RGB Variations
Color information
#3BD084 (or 0x3BD084) is known color: Shamrock. HEX triplet: 3B, D0 and 84. RGB value is (59,208,132). Sum of RGB (Red+Green+Blue) = 59+208+132=399 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.79% from 399); Green value is 208 (81.64% from 255 or 52.13% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 208 - color contains mainly: green. Hex color #3BD084 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD084 is #C42F7B. Grayscale: #9A9A9A. Windows color (decimal): -12857212 or 8704059. OLE color: 8704059.
HSL color Cylindrical-coordinate representation of color #3BD084: hue angle of 149.4º 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 #3BD084 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 208 | 132 | - |
| CMYK | 0.72 | 0 | 0.37 | 0.18 |
| HSL | 149.4º | 0.61% | 0.52% | - |
| HSV(B) | 149.4º | 0.72% | 0.82% | - |
| XYZ | 28.52 | 47.71 | 29.53 | - |
| YUV | 154.79 | 115.14 | 59.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 208 | 132 | 0.72 | 0 | 0.37 | 0.18 | 149.4 | 0.61 | 0.52 |
| Hex | 3B | D0 | 84 | 48 | 0 | 25 | 12 | 95 | 3D | 34 |
| Octal | 73 | 320 | 204 | 110 | 0 | 45 | 22 | 225 | 75 | 64 |
| Binary | 111011 | 11010000 | 10000100 | 1001000 | 0 | 100101 | 10010 | 10010101 | 111101 | 110100 |
Color Harmonies of #3BD084
Complementary color
Monochromatic Colors of #3BD084
Black with #3BD084
Text Example
Text Example
White with #3BD084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD084; }
p { color: rgb(59,208,132); }
H1.HeaderClassName
{
color: #3BD084;
}
.AnyTagClassName
{
color: #3BD084;
}
</style>
background-color css
<style>
a { background-color: #3BD084; }
a { background-color: rgb(59,208,132); }
div.DivClassName
{
background-color: #3BD084;
}
.BgClassName
{
background-color: #3BD084;
}
</style>
border-color css
<style>
span { border-color: #3BD084; }
span { border-color: rgb(59,208,132); }
td.TdClassName
{
border-color: #3BD084;
}
.TagClassName
{
border-color: #3BD084;
}
</style>