Shades of Shamrock #3DBD9A
Tints of Shamrock #3DBD9A
RGB
CMYK
RGB Variations
Color information
#3DBD9A (or 0x3DBD9A) is known color: Shamrock. HEX triplet: 3D, BD and 9A. RGB value is (61,189,154). Sum of RGB (Red+Green+Blue) = 61+189+154=404 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.10% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #3DBD9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBD9A is #C24265. Grayscale: #929292. Windows color (decimal): -12730982 or 10140989. OLE color: 10140989.
HSL color Cylindrical-coordinate representation of color #3DBD9A: hue angle of 163.59º 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 #3DBD9A is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 189 | 154 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.26 |
| HSL | 163.59º | 0.51% | 0.49% | - |
| HSV(B) | 163.59º | 0.68% | 0.74% | - |
| XYZ | 25.95 | 39.72 | 36.87 | - |
| YUV | 146.74 | 132.09 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 154 | 0.68 | 0 | 0.19 | 0.26 | 163.59 | 0.51 | 0.49 |
| Hex | 3D | BD | 9A | 44 | 0 | 13 | 1A | A4 | 33 | 31 |
| Octal | 75 | 275 | 232 | 104 | 0 | 23 | 32 | 244 | 63 | 61 |
| Binary | 111101 | 10111101 | 10011010 | 1000100 | 0 | 10011 | 11010 | 10100100 | 110011 | 110001 |
Color Harmonies of #3DBD9A
Complementary color
Monochromatic Colors of #3DBD9A
Black with #3DBD9A
Text Example
Text Example
White with #3DBD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBD9A; }
p { color: rgb(61,189,154); }
H1.HeaderClassName
{
color: #3DBD9A;
}
.AnyTagClassName
{
color: #3DBD9A;
}
</style>
background-color css
<style>
a { background-color: #3DBD9A; }
a { background-color: rgb(61,189,154); }
div.DivClassName
{
background-color: #3DBD9A;
}
.BgClassName
{
background-color: #3DBD9A;
}
</style>
border-color css
<style>
span { border-color: #3DBD9A; }
span { border-color: rgb(61,189,154); }
td.TdClassName
{
border-color: #3DBD9A;
}
.TagClassName
{
border-color: #3DBD9A;
}
</style>