Shades of Shamrock #3DB796
Tints of Shamrock #3DB796
RGB
CMYK
RGB Variations
Color information
#3DB796 (or 0x3DB796) is known color: Shamrock. HEX triplet: 3D, B7 and 96. RGB value is (61,183,150). Sum of RGB (Red+Green+Blue) = 61+183+150=394 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.48% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB796 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB796 is #C24869. Grayscale: #8E8E8E. Windows color (decimal): -12732522 or 9877309. OLE color: 9877309.
HSL color Cylindrical-coordinate representation of color #3DB796: hue angle of 163.77º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB796 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 183 | 150 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.28 |
| HSL | 163.77º | 0.5% | 0.48% | - |
| HSV(B) | 163.77º | 0.67% | 0.72% | - |
| XYZ | 24.36 | 37.06 | 34.72 | - |
| YUV | 142.76 | 132.08 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 183 | 150 | 0.67 | 0 | 0.18 | 0.28 | 163.77 | 0.5 | 0.48 |
| Hex | 3D | B7 | 96 | 43 | 0 | 12 | 1C | A4 | 32 | 30 |
| Octal | 75 | 267 | 226 | 103 | 0 | 22 | 34 | 244 | 62 | 60 |
| Binary | 111101 | 10110111 | 10010110 | 1000011 | 0 | 10010 | 11100 | 10100100 | 110010 | 110000 |
Color Harmonies of #3DB796
Complementary color
Monochromatic Colors of #3DB796
Black with #3DB796
Text Example
Text Example
White with #3DB796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB796; }
p { color: rgb(61,183,150); }
H1.HeaderClassName
{
color: #3DB796;
}
.AnyTagClassName
{
color: #3DB796;
}
</style>
background-color css
<style>
a { background-color: #3DB796; }
a { background-color: rgb(61,183,150); }
div.DivClassName
{
background-color: #3DB796;
}
.BgClassName
{
background-color: #3DB796;
}
</style>
border-color css
<style>
span { border-color: #3DB796; }
span { border-color: rgb(61,183,150); }
td.TdClassName
{
border-color: #3DB796;
}
.TagClassName
{
border-color: #3DB796;
}
</style>