Shades of Shamrock #3CB59C
Tints of Shamrock #3CB59C
RGB
CMYK
RGB Variations
Color information
#3CB59C (or 0x3CB59C) is known color: Shamrock. HEX triplet: 3C, B5 and 9C. RGB value is (60,181,156). Sum of RGB (Red+Green+Blue) = 60+181+156=397 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.11% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB59C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB59C is #C34A63. Grayscale: #8D8D8D. Windows color (decimal): -12798564 or 10270012. OLE color: 10270012.
HSL color Cylindrical-coordinate representation of color #3CB59C: hue angle of 167.6º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB59C is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 181 | 156 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.29 |
| HSL | 167.6º | 0.5% | 0.47% | - |
| HSV(B) | 167.6º | 0.67% | 0.71% | - |
| XYZ | 24.39 | 36.41 | 37.19 | - |
| YUV | 141.97 | 135.91 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 181 | 156 | 0.67 | 0 | 0.14 | 0.29 | 167.6 | 0.5 | 0.47 |
| Hex | 3C | B5 | 9C | 43 | 0 | E | 1D | A8 | 32 | 2F |
| Octal | 74 | 265 | 234 | 103 | 0 | 16 | 35 | 250 | 62 | 57 |
| Binary | 111100 | 10110101 | 10011100 | 1000011 | 0 | 1110 | 11101 | 10101000 | 110010 | 101111 |
Color Harmonies of #3CB59C
Complementary color
Monochromatic Colors of #3CB59C
Black with #3CB59C
Text Example
Text Example
White with #3CB59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB59C; }
p { color: rgb(60,181,156); }
H1.HeaderClassName
{
color: #3CB59C;
}
.AnyTagClassName
{
color: #3CB59C;
}
</style>
background-color css
<style>
a { background-color: #3CB59C; }
a { background-color: rgb(60,181,156); }
div.DivClassName
{
background-color: #3CB59C;
}
.BgClassName
{
background-color: #3CB59C;
}
</style>
border-color css
<style>
span { border-color: #3CB59C; }
span { border-color: rgb(60,181,156); }
td.TdClassName
{
border-color: #3CB59C;
}
.TagClassName
{
border-color: #3CB59C;
}
</style>