Shades of Shamrock #3DB59F
Tints of Shamrock #3DB59F
RGB
CMYK
RGB Variations
Color information
#3DB59F (or 0x3DB59F) is known color: Shamrock. HEX triplet: 3D, B5 and 9F. RGB value is (61,181,159). Sum of RGB (Red+Green+Blue) = 61+181+159=401 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.21% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB59F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB59F is #C24A60. Grayscale: #8E8E8E. Windows color (decimal): -12733025 or 10466621. OLE color: 10466621.
HSL color Cylindrical-coordinate representation of color #3DB59F: hue angle of 169º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB59F is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 181 | 159 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.29 |
| HSL | 169º | 0.5% | 0.47% | - |
| HSV(B) | 169º | 0.66% | 0.71% | - |
| XYZ | 24.71 | 36.54 | 38.55 | - |
| YUV | 142.61 | 137.24 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 159 | 0.66 | 0 | 0.12 | 0.29 | 169 | 0.5 | 0.47 |
| Hex | 3D | B5 | 9F | 42 | 0 | C | 1D | A9 | 32 | 2F |
| Octal | 75 | 265 | 237 | 102 | 0 | 14 | 35 | 251 | 62 | 57 |
| Binary | 111101 | 10110101 | 10011111 | 1000010 | 0 | 1100 | 11101 | 10101001 | 110010 | 101111 |
Color Harmonies of #3DB59F
Complementary color
Monochromatic Colors of #3DB59F
Black with #3DB59F
Text Example
Text Example
White with #3DB59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB59F; }
p { color: rgb(61,181,159); }
H1.HeaderClassName
{
color: #3DB59F;
}
.AnyTagClassName
{
color: #3DB59F;
}
</style>
background-color css
<style>
a { background-color: #3DB59F; }
a { background-color: rgb(61,181,159); }
div.DivClassName
{
background-color: #3DB59F;
}
.BgClassName
{
background-color: #3DB59F;
}
</style>
border-color css
<style>
span { border-color: #3DB59F; }
span { border-color: rgb(61,181,159); }
td.TdClassName
{
border-color: #3DB59F;
}
.TagClassName
{
border-color: #3DB59F;
}
</style>