Shades of Shamrock #3DCD91
Tints of Shamrock #3DCD91
RGB
CMYK
RGB Variations
Color information
#3DCD91 (or 0x3DCD91) is known color: Shamrock. HEX triplet: 3D, CD and 91. RGB value is (61,205,145). Sum of RGB (Red+Green+Blue) = 61+205+145=411 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.84% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DCD91 is #C2326E. Grayscale: #9B9B9B. Windows color (decimal): -12726895 or 9555261. OLE color: 9555261.
HSL color Cylindrical-coordinate representation of color #3DCD91: hue angle of 155º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCD91 is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 205 | 145 | - |
| CMYK | 0.70 | 0 | 0.29 | 0.20 |
| HSL | 155º | 0.59% | 0.52% | - |
| HSV(B) | 155º | 0.7% | 0.8% | - |
| XYZ | 28.87 | 46.7 | 34.28 | - |
| YUV | 155.1 | 122.29 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 145 | 0.70 | 0 | 0.29 | 0.20 | 155 | 0.59 | 0.52 |
| Hex | 3D | CD | 91 | 46 | 0 | 1D | 14 | 9B | 3B | 34 |
| Octal | 75 | 315 | 221 | 106 | 0 | 35 | 24 | 233 | 73 | 64 |
| Binary | 111101 | 11001101 | 10010001 | 1000110 | 0 | 11101 | 10100 | 10011011 | 111011 | 110100 |
Color Harmonies of #3DCD91
Complementary color
Monochromatic Colors of #3DCD91
Black with #3DCD91
Text Example
Text Example
White with #3DCD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCD91; }
p { color: rgb(61,205,145); }
H1.HeaderClassName
{
color: #3DCD91;
}
.AnyTagClassName
{
color: #3DCD91;
}
</style>
background-color css
<style>
a { background-color: #3DCD91; }
a { background-color: rgb(61,205,145); }
div.DivClassName
{
background-color: #3DCD91;
}
.BgClassName
{
background-color: #3DCD91;
}
</style>
border-color css
<style>
span { border-color: #3DCD91; }
span { border-color: rgb(61,205,145); }
td.TdClassName
{
border-color: #3DCD91;
}
.TagClassName
{
border-color: #3DCD91;
}
</style>