Shades of Shamrock #3BE596
Tints of Shamrock #3BE596
RGB
CMYK
RGB Variations
Color information
#3BE596 (or 0x3BE596) is known color: Shamrock. HEX triplet: 3B, E5 and 96. RGB value is (59,229,150). Sum of RGB (Red+Green+Blue) = 59+229+150=438 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.47% from 438); Green value is 229 (89.84% from 255 or 52.28% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 229 - color contains mainly: green. Hex color #3BE596 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BE596 is #C41A69. Grayscale: #A9A9A9. Windows color (decimal): -12851818 or 9889083. OLE color: 9889083.
HSL color Cylindrical-coordinate representation of color #3BE596: hue angle of 152.12º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE596 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 229 | 150 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.10 |
| HSL | 152.12º | 0.77% | 0.56% | - |
| HSV(B) | 152.12º | 0.74% | 0.9% | - |
| XYZ | 35.33 | 59.17 | 38.41 | - |
| YUV | 169.16 | 117.18 | 49.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 229 | 150 | 0.74 | 0 | 0.34 | 0.10 | 152.12 | 0.77 | 0.56 |
| Hex | 3B | E5 | 96 | 4A | 0 | 22 | A | 98 | 4D | 38 |
| Octal | 73 | 345 | 226 | 112 | 0 | 42 | 12 | 230 | 115 | 70 |
| Binary | 111011 | 11100101 | 10010110 | 1001010 | 0 | 100010 | 1010 | 10011000 | 1001101 | 111000 |
Color Harmonies of #3BE596
Complementary color
Monochromatic Colors of #3BE596
Black with #3BE596
Text Example
Text Example
White with #3BE596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE596; }
p { color: rgb(59,229,150); }
H1.HeaderClassName
{
color: #3BE596;
}
.AnyTagClassName
{
color: #3BE596;
}
</style>
background-color css
<style>
a { background-color: #3BE596; }
a { background-color: rgb(59,229,150); }
div.DivClassName
{
background-color: #3BE596;
}
.BgClassName
{
background-color: #3BE596;
}
</style>
border-color css
<style>
span { border-color: #3BE596; }
span { border-color: rgb(59,229,150); }
td.TdClassName
{
border-color: #3BE596;
}
.TagClassName
{
border-color: #3BE596;
}
</style>