Shades of Shamrock #3CB995
Tints of Shamrock #3CB995
RGB
CMYK
RGB Variations
Color information
#3CB995 (or 0x3CB995) is known color: Shamrock. HEX triplet: 3C, B9 and 95. RGB value is (60,185,149). Sum of RGB (Red+Green+Blue) = 60+185+149=394 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.23% from 394); Green value is 185 (72.66% from 255 or 46.95% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 185 - color contains mainly: green. Hex color #3CB995 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB995 is #C3466A. Grayscale: #8F8F8F. Windows color (decimal): -12797547 or 9812284. OLE color: 9812284.
HSL color Cylindrical-coordinate representation of color #3CB995: hue angle of 162.72º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CB995 is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 185 | 149 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.27 |
| HSL | 162.72º | 0.51% | 0.48% | - |
| HSV(B) | 162.72º | 0.68% | 0.73% | - |
| XYZ | 24.64 | 37.83 | 34.44 | - |
| YUV | 143.52 | 131.09 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 185 | 149 | 0.68 | 0 | 0.19 | 0.27 | 162.72 | 0.51 | 0.48 |
| Hex | 3C | B9 | 95 | 44 | 0 | 13 | 1B | A3 | 33 | 30 |
| Octal | 74 | 271 | 225 | 104 | 0 | 23 | 33 | 243 | 63 | 60 |
| Binary | 111100 | 10111001 | 10010101 | 1000100 | 0 | 10011 | 11011 | 10100011 | 110011 | 110000 |
Color Harmonies of #3CB995
Complementary color
Monochromatic Colors of #3CB995
Black with #3CB995
Text Example
Text Example
White with #3CB995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB995; }
p { color: rgb(60,185,149); }
H1.HeaderClassName
{
color: #3CB995;
}
.AnyTagClassName
{
color: #3CB995;
}
</style>
background-color css
<style>
a { background-color: #3CB995; }
a { background-color: rgb(60,185,149); }
div.DivClassName
{
background-color: #3CB995;
}
.BgClassName
{
background-color: #3CB995;
}
</style>
border-color css
<style>
span { border-color: #3CB995; }
span { border-color: rgb(60,185,149); }
td.TdClassName
{
border-color: #3CB995;
}
.TagClassName
{
border-color: #3CB995;
}
</style>