Shades of Shamrock #3BE39B
Tints of Shamrock #3BE39B
RGB
CMYK
RGB Variations
Color information
#3BE39B (or 0x3BE39B) is known color: Shamrock. HEX triplet: 3B, E3 and 9B. RGB value is (59,227,155). Sum of RGB (Red+Green+Blue) = 59+227+155=441 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.38% from 441); Green value is 227 (89.06% from 255 or 51.47% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 227 - color contains mainly: green. Hex color #3BE39B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BE39B is #C41C64. Grayscale: #A8A8A8. Windows color (decimal): -12852325 or 10216251. OLE color: 10216251.
HSL color Cylindrical-coordinate representation of color #3BE39B: hue angle of 154.29º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE39B is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 227 | 155 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.11 |
| HSL | 154.29º | 0.75% | 0.56% | - |
| HSV(B) | 154.29º | 0.74% | 0.89% | - |
| XYZ | 35.19 | 58.23 | 40.4 | - |
| YUV | 168.56 | 120.34 | 49.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 227 | 155 | 0.74 | 0 | 0.32 | 0.11 | 154.29 | 0.75 | 0.56 |
| Hex | 3B | E3 | 9B | 4A | 0 | 20 | B | 9A | 4B | 38 |
| Octal | 73 | 343 | 233 | 112 | 0 | 40 | 13 | 232 | 113 | 70 |
| Binary | 111011 | 11100011 | 10011011 | 1001010 | 0 | 100000 | 1011 | 10011010 | 1001011 | 111000 |
Color Harmonies of #3BE39B
Complementary color
Monochromatic Colors of #3BE39B
Black with #3BE39B
Text Example
Text Example
White with #3BE39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE39B; }
p { color: rgb(59,227,155); }
H1.HeaderClassName
{
color: #3BE39B;
}
.AnyTagClassName
{
color: #3BE39B;
}
</style>
background-color css
<style>
a { background-color: #3BE39B; }
a { background-color: rgb(59,227,155); }
div.DivClassName
{
background-color: #3BE39B;
}
.BgClassName
{
background-color: #3BE39B;
}
</style>
border-color css
<style>
span { border-color: #3BE39B; }
span { border-color: rgb(59,227,155); }
td.TdClassName
{
border-color: #3BE39B;
}
.TagClassName
{
border-color: #3BE39B;
}
</style>