Shades of Shamrock #3DB895
Tints of Shamrock #3DB895
RGB
CMYK
RGB Variations
Color information
#3DB895 (or 0x3DB895) is known color: Shamrock. HEX triplet: 3D, B8 and 95. RGB value is (61,184,149). Sum of RGB (Red+Green+Blue) = 61+184+149=394 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.48% from 394); Green value is 184 (72.27% from 255 or 46.70% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 184 - color contains mainly: green. Hex color #3DB895 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB895 is #C2476A. Grayscale: #8F8F8F. Windows color (decimal): -12732267 or 9812029. OLE color: 9812029.
HSL color Cylindrical-coordinate representation of color #3DB895: hue angle of 162.93º 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 #3DB895 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 184 | 149 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.28 |
| HSL | 162.93º | 0.5% | 0.48% | - |
| HSV(B) | 162.93º | 0.67% | 0.72% | - |
| XYZ | 24.49 | 37.44 | 34.37 | - |
| YUV | 143.23 | 131.25 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 184 | 149 | 0.67 | 0 | 0.19 | 0.28 | 162.93 | 0.5 | 0.48 |
| Hex | 3D | B8 | 95 | 43 | 0 | 13 | 1C | A3 | 32 | 30 |
| Octal | 75 | 270 | 225 | 103 | 0 | 23 | 34 | 243 | 62 | 60 |
| Binary | 111101 | 10111000 | 10010101 | 1000011 | 0 | 10011 | 11100 | 10100011 | 110010 | 110000 |
Color Harmonies of #3DB895
Complementary color
Monochromatic Colors of #3DB895
Black with #3DB895
Text Example
Text Example
White with #3DB895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB895; }
p { color: rgb(61,184,149); }
H1.HeaderClassName
{
color: #3DB895;
}
.AnyTagClassName
{
color: #3DB895;
}
</style>
background-color css
<style>
a { background-color: #3DB895; }
a { background-color: rgb(61,184,149); }
div.DivClassName
{
background-color: #3DB895;
}
.BgClassName
{
background-color: #3DB895;
}
</style>
border-color css
<style>
span { border-color: #3DB895; }
span { border-color: rgb(61,184,149); }
td.TdClassName
{
border-color: #3DB895;
}
.TagClassName
{
border-color: #3DB895;
}
</style>