Shades of Shamrock #3BC38C
Tints of Shamrock #3BC38C
RGB
CMYK
RGB Variations
Color information
#3BC38C (or 0x3BC38C) is known color: Shamrock. HEX triplet: 3B, C3 and 8C. RGB value is (59,195,140). Sum of RGB (Red+Green+Blue) = 59+195+140=394 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.97% from 394); Green value is 195 (76.56% from 255 or 49.49% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 195 - color contains mainly: green. Hex color #3BC38C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC38C is #C43C73. Grayscale: #949494. Windows color (decimal): -12860532 or 9225019. OLE color: 9225019.
HSL color Cylindrical-coordinate representation of color #3BC38C: hue angle of 155.74º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC38C is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 195 | 140 | - |
| CMYK | 0.70 | 0 | 0.28 | 0.24 |
| HSL | 155.74º | 0.54% | 0.5% | - |
| HSV(B) | 155.74º | 0.7% | 0.76% | - |
| XYZ | 26.05 | 41.85 | 31.52 | - |
| YUV | 148.07 | 123.44 | 64.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 195 | 140 | 0.70 | 0 | 0.28 | 0.24 | 155.74 | 0.54 | 0.5 |
| Hex | 3B | C3 | 8C | 46 | 0 | 1C | 18 | 9C | 36 | 32 |
| Octal | 73 | 303 | 214 | 106 | 0 | 34 | 30 | 234 | 66 | 62 |
| Binary | 111011 | 11000011 | 10001100 | 1000110 | 0 | 11100 | 11000 | 10011100 | 110110 | 110010 |
Color Harmonies of #3BC38C
Complementary color
Monochromatic Colors of #3BC38C
Black with #3BC38C
Text Example
Text Example
White with #3BC38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC38C; }
p { color: rgb(59,195,140); }
H1.HeaderClassName
{
color: #3BC38C;
}
.AnyTagClassName
{
color: #3BC38C;
}
</style>
background-color css
<style>
a { background-color: #3BC38C; }
a { background-color: rgb(59,195,140); }
div.DivClassName
{
background-color: #3BC38C;
}
.BgClassName
{
background-color: #3BC38C;
}
</style>
border-color css
<style>
span { border-color: #3BC38C; }
span { border-color: rgb(59,195,140); }
td.TdClassName
{
border-color: #3BC38C;
}
.TagClassName
{
border-color: #3BC38C;
}
</style>