Shades of Shamrock #3DB599
Tints of Shamrock #3DB599
RGB
CMYK
RGB Variations
Color information
#3DB599 (or 0x3DB599) is known color: Shamrock. HEX triplet: 3D, B5 and 99. RGB value is (61,181,153). Sum of RGB (Red+Green+Blue) = 61+181+153=395 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.44% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB599 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB599 is #C24A66. Grayscale: #8D8D8D. Windows color (decimal): -12733031 or 10073405. OLE color: 10073405.
HSL color Cylindrical-coordinate representation of color #3DB599: hue angle of 166º 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 #3DB599 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 181 | 153 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.29 |
| HSL | 166º | 0.5% | 0.47% | - |
| HSV(B) | 166º | 0.66% | 0.71% | - |
| XYZ | 24.2 | 36.34 | 35.88 | - |
| YUV | 141.93 | 134.24 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 153 | 0.66 | 0 | 0.15 | 0.29 | 166 | 0.5 | 0.47 |
| Hex | 3D | B5 | 99 | 42 | 0 | F | 1D | A6 | 32 | 2F |
| Octal | 75 | 265 | 231 | 102 | 0 | 17 | 35 | 246 | 62 | 57 |
| Binary | 111101 | 10110101 | 10011001 | 1000010 | 0 | 1111 | 11101 | 10100110 | 110010 | 101111 |
Color Harmonies of #3DB599
Complementary color
Monochromatic Colors of #3DB599
Black with #3DB599
Text Example
Text Example
White with #3DB599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB599; }
p { color: rgb(61,181,153); }
H1.HeaderClassName
{
color: #3DB599;
}
.AnyTagClassName
{
color: #3DB599;
}
</style>
background-color css
<style>
a { background-color: #3DB599; }
a { background-color: rgb(61,181,153); }
div.DivClassName
{
background-color: #3DB599;
}
.BgClassName
{
background-color: #3DB599;
}
</style>
border-color css
<style>
span { border-color: #3DB599; }
span { border-color: rgb(61,181,153); }
td.TdClassName
{
border-color: #3DB599;
}
.TagClassName
{
border-color: #3DB599;
}
</style>