Shades of Shamrock #3BC68D
Tints of Shamrock #3BC68D
RGB
CMYK
RGB Variations
Color information
#3BC68D (or 0x3BC68D) is known color: Shamrock. HEX triplet: 3B, C6 and 8D. RGB value is (59,198,141). Sum of RGB (Red+Green+Blue) = 59+198+141=398 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.82% from 398); Green value is 198 (77.73% from 255 or 49.75% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 198 - color contains mainly: green. Hex color #3BC68D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC68D is #C43972. Grayscale: #969696. Windows color (decimal): -12859763 or 9291323. OLE color: 9291323.
HSL color Cylindrical-coordinate representation of color #3BC68D: hue angle of 155.4º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC68D is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 198 | 141 | - |
| CMYK | 0.70 | 0 | 0.29 | 0.22 |
| HSL | 155.4º | 0.55% | 0.5% | - |
| HSV(B) | 155.4º | 0.7% | 0.78% | - |
| XYZ | 26.81 | 43.24 | 32.13 | - |
| YUV | 149.94 | 122.95 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 198 | 141 | 0.70 | 0 | 0.29 | 0.22 | 155.4 | 0.55 | 0.5 |
| Hex | 3B | C6 | 8D | 46 | 0 | 1D | 16 | 9B | 37 | 32 |
| Octal | 73 | 306 | 215 | 106 | 0 | 35 | 26 | 233 | 67 | 62 |
| Binary | 111011 | 11000110 | 10001101 | 1000110 | 0 | 11101 | 10110 | 10011011 | 110111 | 110010 |
Color Harmonies of #3BC68D
Complementary color
Monochromatic Colors of #3BC68D
Black with #3BC68D
Text Example
Text Example
White with #3BC68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC68D; }
p { color: rgb(59,198,141); }
H1.HeaderClassName
{
color: #3BC68D;
}
.AnyTagClassName
{
color: #3BC68D;
}
</style>
background-color css
<style>
a { background-color: #3BC68D; }
a { background-color: rgb(59,198,141); }
div.DivClassName
{
background-color: #3BC68D;
}
.BgClassName
{
background-color: #3BC68D;
}
</style>
border-color css
<style>
span { border-color: #3BC68D; }
span { border-color: rgb(59,198,141); }
td.TdClassName
{
border-color: #3BC68D;
}
.TagClassName
{
border-color: #3BC68D;
}
</style>