Shades of Shamrock #3BC78A
Tints of Shamrock #3BC78A
RGB
CMYK
RGB Variations
Color information
#3BC78A (or 0x3BC78A) is known color: Shamrock. HEX triplet: 3B, C7 and 8A. RGB value is (59,199,138). Sum of RGB (Red+Green+Blue) = 59+199+138=396 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.90% from 396); Green value is 199 (78.12% from 255 or 50.25% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 199 - color contains mainly: green. Hex color #3BC78A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC78A is #C43875. Grayscale: #969696. Windows color (decimal): -12859510 or 9094971. OLE color: 9094971.
HSL color Cylindrical-coordinate representation of color #3BC78A: hue angle of 153.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC78A is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 199 | 138 | - |
| CMYK | 0.70 | 0 | 0.31 | 0.22 |
| HSL | 153.86º | 0.56% | 0.51% | - |
| HSV(B) | 153.86º | 0.7% | 0.78% | - |
| XYZ | 26.81 | 43.61 | 31.05 | - |
| YUV | 150.19 | 121.12 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 199 | 138 | 0.70 | 0 | 0.31 | 0.22 | 153.86 | 0.56 | 0.51 |
| Hex | 3B | C7 | 8A | 46 | 0 | 1F | 16 | 9A | 38 | 33 |
| Octal | 73 | 307 | 212 | 106 | 0 | 37 | 26 | 232 | 70 | 63 |
| Binary | 111011 | 11000111 | 10001010 | 1000110 | 0 | 11111 | 10110 | 10011010 | 111000 | 110011 |
Color Harmonies of #3BC78A
Complementary color
Monochromatic Colors of #3BC78A
Black with #3BC78A
Text Example
Text Example
White with #3BC78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC78A; }
p { color: rgb(59,199,138); }
H1.HeaderClassName
{
color: #3BC78A;
}
.AnyTagClassName
{
color: #3BC78A;
}
</style>
background-color css
<style>
a { background-color: #3BC78A; }
a { background-color: rgb(59,199,138); }
div.DivClassName
{
background-color: #3BC78A;
}
.BgClassName
{
background-color: #3BC78A;
}
</style>
border-color css
<style>
span { border-color: #3BC78A; }
span { border-color: rgb(59,199,138); }
td.TdClassName
{
border-color: #3BC78A;
}
.TagClassName
{
border-color: #3BC78A;
}
</style>