Shades of Shamrock #3BD598
Tints of Shamrock #3BD598
RGB
CMYK
RGB Variations
Color information
#3BD598 (or 0x3BD598) is known color: Shamrock. HEX triplet: 3B, D5 and 98. RGB value is (59,213,152). Sum of RGB (Red+Green+Blue) = 59+213+152=424 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.92% from 424); Green value is 213 (83.59% from 255 or 50.24% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 213 - color contains mainly: green. Hex color #3BD598 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD598 is #C42A67. Grayscale: #A0A0A0. Windows color (decimal): -12855912 or 10016059. OLE color: 10016059.
HSL color Cylindrical-coordinate representation of color #3BD598: hue angle of 156.23º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD598 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 213 | 152 | - |
| CMYK | 0.72 | 0 | 0.29 | 0.16 |
| HSL | 156.23º | 0.65% | 0.53% | - |
| HSV(B) | 156.23º | 0.72% | 0.84% | - |
| XYZ | 31.27 | 50.79 | 37.86 | - |
| YUV | 160 | 123.48 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 213 | 152 | 0.72 | 0 | 0.29 | 0.16 | 156.23 | 0.65 | 0.53 |
| Hex | 3B | D5 | 98 | 48 | 0 | 1D | 10 | 9C | 41 | 35 |
| Octal | 73 | 325 | 230 | 110 | 0 | 35 | 20 | 234 | 101 | 65 |
| Binary | 111011 | 11010101 | 10011000 | 1001000 | 0 | 11101 | 10000 | 10011100 | 1000001 | 110101 |
Color Harmonies of #3BD598
Complementary color
Monochromatic Colors of #3BD598
Black with #3BD598
Text Example
Text Example
White with #3BD598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD598; }
p { color: rgb(59,213,152); }
H1.HeaderClassName
{
color: #3BD598;
}
.AnyTagClassName
{
color: #3BD598;
}
</style>
background-color css
<style>
a { background-color: #3BD598; }
a { background-color: rgb(59,213,152); }
div.DivClassName
{
background-color: #3BD598;
}
.BgClassName
{
background-color: #3BD598;
}
</style>
border-color css
<style>
span { border-color: #3BD598; }
span { border-color: rgb(59,213,152); }
td.TdClassName
{
border-color: #3BD598;
}
.TagClassName
{
border-color: #3BD598;
}
</style>