Shades of Shamrock #3BB59D
Tints of Shamrock #3BB59D
RGB
CMYK
RGB Variations
Color information
#3BB59D (or 0x3BB59D) is known color: Shamrock. HEX triplet: 3B, B5 and 9D. RGB value is (59,181,157). Sum of RGB (Red+Green+Blue) = 59+181+157=397 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.86% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 181 - color contains mainly: green. Hex color #3BB59D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BB59D is #C44A62. Grayscale: #8D8D8D. Windows color (decimal): -12864099 or 10335547. OLE color: 10335547.
HSL color Cylindrical-coordinate representation of color #3BB59D: hue angle of 168.2º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BB59D is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 59 | 181 | 157 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.29 |
| HSL | 168.2º | 0.51% | 0.47% | - |
| HSV(B) | 168.2º | 0.67% | 0.71% | - |
| XYZ | 24.41 | 36.41 | 37.64 | - |
| YUV | 141.79 | 136.58 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 181 | 157 | 0.67 | 0 | 0.13 | 0.29 | 168.2 | 0.51 | 0.47 |
| Hex | 3B | B5 | 9D | 43 | 0 | D | 1D | A8 | 33 | 2F |
| Octal | 73 | 265 | 235 | 103 | 0 | 15 | 35 | 250 | 63 | 57 |
| Binary | 111011 | 10110101 | 10011101 | 1000011 | 0 | 1101 | 11101 | 10101000 | 110011 | 101111 |
Color Harmonies of #3BB59D
Complementary color
Monochromatic Colors of #3BB59D
Black with #3BB59D
Text Example
Text Example
White with #3BB59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB59D; }
p { color: rgb(59,181,157); }
H1.HeaderClassName
{
color: #3BB59D;
}
.AnyTagClassName
{
color: #3BB59D;
}
</style>
background-color css
<style>
a { background-color: #3BB59D; }
a { background-color: rgb(59,181,157); }
div.DivClassName
{
background-color: #3BB59D;
}
.BgClassName
{
background-color: #3BB59D;
}
</style>
border-color css
<style>
span { border-color: #3BB59D; }
span { border-color: rgb(59,181,157); }
td.TdClassName
{
border-color: #3BB59D;
}
.TagClassName
{
border-color: #3BB59D;
}
</style>