Shades of Shamrock #3BD685
Tints of Shamrock #3BD685
RGB
CMYK
RGB Variations
Color information
#3BD685 (or 0x3BD685) is known color: Shamrock. HEX triplet: 3B, D6 and 85. RGB value is (59,214,133). Sum of RGB (Red+Green+Blue) = 59+214+133=406 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.53% from 406); Green value is 214 (83.98% from 255 or 52.71% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD685 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD685 is #C4297A. Grayscale: #9E9E9E. Windows color (decimal): -12855675 or 8771131. OLE color: 8771131.
HSL color Cylindrical-coordinate representation of color #3BD685: hue angle of 148.65º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD685 is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 214 | 133 | - |
| CMYK | 0.72 | 0 | 0.38 | 0.16 |
| HSL | 148.65º | 0.65% | 0.54% | - |
| HSV(B) | 148.65º | 0.72% | 0.84% | - |
| XYZ | 30.08 | 50.72 | 30.39 | - |
| YUV | 158.42 | 113.65 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 214 | 133 | 0.72 | 0 | 0.38 | 0.16 | 148.65 | 0.65 | 0.54 |
| Hex | 3B | D6 | 85 | 48 | 0 | 26 | 10 | 95 | 41 | 36 |
| Octal | 73 | 326 | 205 | 110 | 0 | 46 | 20 | 225 | 101 | 66 |
| Binary | 111011 | 11010110 | 10000101 | 1001000 | 0 | 100110 | 10000 | 10010101 | 1000001 | 110110 |
Color Harmonies of #3BD685
Complementary color
Monochromatic Colors of #3BD685
Black with #3BD685
Text Example
Text Example
White with #3BD685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD685; }
p { color: rgb(59,214,133); }
H1.HeaderClassName
{
color: #3BD685;
}
.AnyTagClassName
{
color: #3BD685;
}
</style>
background-color css
<style>
a { background-color: #3BD685; }
a { background-color: rgb(59,214,133); }
div.DivClassName
{
background-color: #3BD685;
}
.BgClassName
{
background-color: #3BD685;
}
</style>
border-color css
<style>
span { border-color: #3BD685; }
span { border-color: rgb(59,214,133); }
td.TdClassName
{
border-color: #3BD685;
}
.TagClassName
{
border-color: #3BD685;
}
</style>