Shades of Shamrock #3DB997
Tints of Shamrock #3DB997
RGB
CMYK
RGB Variations
Color information
#3DB997 (or 0x3DB997) is known color: Shamrock. HEX triplet: 3D, B9 and 97. RGB value is (61,185,151). Sum of RGB (Red+Green+Blue) = 61+185+151=397 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.37% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB997 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB997 is #C24668. Grayscale: #909090. Windows color (decimal): -12732009 or 9943357. OLE color: 9943357.
HSL color Cylindrical-coordinate representation of color #3DB997: hue angle of 163.55º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB997 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 185 | 151 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.27 |
| HSL | 163.55º | 0.5% | 0.48% | - |
| HSV(B) | 163.55º | 0.67% | 0.73% | - |
| XYZ | 24.86 | 37.92 | 35.29 | - |
| YUV | 144.05 | 131.92 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 185 | 151 | 0.67 | 0 | 0.18 | 0.27 | 163.55 | 0.5 | 0.48 |
| Hex | 3D | B9 | 97 | 43 | 0 | 12 | 1B | A4 | 32 | 30 |
| Octal | 75 | 271 | 227 | 103 | 0 | 22 | 33 | 244 | 62 | 60 |
| Binary | 111101 | 10111001 | 10010111 | 1000011 | 0 | 10010 | 11011 | 10100100 | 110010 | 110000 |
Color Harmonies of #3DB997
Complementary color
Monochromatic Colors of #3DB997
Black with #3DB997
Text Example
Text Example
White with #3DB997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB997; }
p { color: rgb(61,185,151); }
H1.HeaderClassName
{
color: #3DB997;
}
.AnyTagClassName
{
color: #3DB997;
}
</style>
background-color css
<style>
a { background-color: #3DB997; }
a { background-color: rgb(61,185,151); }
div.DivClassName
{
background-color: #3DB997;
}
.BgClassName
{
background-color: #3DB997;
}
</style>
border-color css
<style>
span { border-color: #3DB997; }
span { border-color: rgb(61,185,151); }
td.TdClassName
{
border-color: #3DB997;
}
.TagClassName
{
border-color: #3DB997;
}
</style>