Shades of Shamrock #3CB49D
Tints of Shamrock #3CB49D
RGB
CMYK
RGB Variations
Color information
#3CB49D (or 0x3CB49D) is known color: Shamrock. HEX triplet: 3C, B4 and 9D. RGB value is (60,180,157). Sum of RGB (Red+Green+Blue) = 60+180+157=397 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.11% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB49D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB49D is #C34B62. Grayscale: #8D8D8D. Windows color (decimal): -12798819 or 10335292. OLE color: 10335292.
HSL color Cylindrical-coordinate representation of color #3CB49D: hue angle of 168.5º 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 #3CB49D is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 180 | 157 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.29 |
| HSL | 168.5º | 0.5% | 0.47% | - |
| HSV(B) | 168.5º | 0.67% | 0.71% | - |
| XYZ | 24.27 | 36.04 | 37.58 | - |
| YUV | 141.5 | 136.74 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 180 | 157 | 0.67 | 0 | 0.13 | 0.29 | 168.5 | 0.5 | 0.47 |
| Hex | 3C | B4 | 9D | 43 | 0 | D | 1D | A8 | 32 | 2F |
| Octal | 74 | 264 | 235 | 103 | 0 | 15 | 35 | 250 | 62 | 57 |
| Binary | 111100 | 10110100 | 10011101 | 1000011 | 0 | 1101 | 11101 | 10101000 | 110010 | 101111 |
Color Harmonies of #3CB49D
Complementary color
Monochromatic Colors of #3CB49D
Black with #3CB49D
Text Example
Text Example
White with #3CB49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB49D; }
p { color: rgb(60,180,157); }
H1.HeaderClassName
{
color: #3CB49D;
}
.AnyTagClassName
{
color: #3CB49D;
}
</style>
background-color css
<style>
a { background-color: #3CB49D; }
a { background-color: rgb(60,180,157); }
div.DivClassName
{
background-color: #3CB49D;
}
.BgClassName
{
background-color: #3CB49D;
}
</style>
border-color css
<style>
span { border-color: #3CB49D; }
span { border-color: rgb(60,180,157); }
td.TdClassName
{
border-color: #3CB49D;
}
.TagClassName
{
border-color: #3CB49D;
}
</style>