Shades of Shamrock #3DBD99
Tints of Shamrock #3DBD99
RGB
CMYK
RGB Variations
Color information
#3DBD99 (or 0x3DBD99) is known color: Shamrock. HEX triplet: 3D, BD and 99. RGB value is (61,189,153). Sum of RGB (Red+Green+Blue) = 61+189+153=403 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.14% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #3DBD99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBD99 is #C24266. Grayscale: #929292. Windows color (decimal): -12730983 or 10075453. OLE color: 10075453.
HSL color Cylindrical-coordinate representation of color #3DBD99: hue angle of 163.12º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBD99 is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 189 | 153 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.26 |
| HSL | 163.13º | 0.51% | 0.49% | - |
| HSV(B) | 163.13º | 0.68% | 0.74% | - |
| XYZ | 25.87 | 39.69 | 36.43 | - |
| YUV | 146.62 | 131.59 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 153 | 0.68 | 0 | 0.19 | 0.26 | 163.13 | 0.51 | 0.49 |
| Hex | 3D | BD | 99 | 44 | 0 | 13 | 1A | A3 | 33 | 31 |
| Octal | 75 | 275 | 231 | 104 | 0 | 23 | 32 | 243 | 63 | 61 |
| Binary | 111101 | 10111101 | 10011001 | 1000100 | 0 | 10011 | 11010 | 10100011 | 110011 | 110001 |
Color Harmonies of #3DBD99
Complementary color
Monochromatic Colors of #3DBD99
Black with #3DBD99
Text Example
Text Example
White with #3DBD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBD99; }
p { color: rgb(61,189,153); }
H1.HeaderClassName
{
color: #3DBD99;
}
.AnyTagClassName
{
color: #3DBD99;
}
</style>
background-color css
<style>
a { background-color: #3DBD99; }
a { background-color: rgb(61,189,153); }
div.DivClassName
{
background-color: #3DBD99;
}
.BgClassName
{
background-color: #3DBD99;
}
</style>
border-color css
<style>
span { border-color: #3DBD99; }
span { border-color: rgb(61,189,153); }
td.TdClassName
{
border-color: #3DBD99;
}
.TagClassName
{
border-color: #3DBD99;
}
</style>