Shades of Shamrock #3CB599
Tints of Shamrock #3CB599
RGB
CMYK
RGB Variations
Color information
#3CB599 (or 0x3CB599) is known color: Shamrock. HEX triplet: 3C, B5 and 99. RGB value is (60,181,153). Sum of RGB (Red+Green+Blue) = 60+181+153=394 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.23% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB599 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB599 is #C34A66. Grayscale: #8D8D8D. Windows color (decimal): -12798567 or 10073404. OLE color: 10073404.
HSL color Cylindrical-coordinate representation of color #3CB599: hue angle of 166.12º 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 #3CB599 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 181 | 153 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.29 |
| HSL | 166.12º | 0.5% | 0.47% | - |
| HSV(B) | 166.12º | 0.67% | 0.71% | - |
| XYZ | 24.14 | 36.31 | 35.87 | - |
| YUV | 141.63 | 134.41 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 181 | 153 | 0.67 | 0 | 0.15 | 0.29 | 166.12 | 0.5 | 0.47 |
| Hex | 3C | B5 | 99 | 43 | 0 | F | 1D | A6 | 32 | 2F |
| Octal | 74 | 265 | 231 | 103 | 0 | 17 | 35 | 246 | 62 | 57 |
| Binary | 111100 | 10110101 | 10011001 | 1000011 | 0 | 1111 | 11101 | 10100110 | 110010 | 101111 |
Color Harmonies of #3CB599
Complementary color
Monochromatic Colors of #3CB599
Black with #3CB599
Text Example
Text Example
White with #3CB599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB599; }
p { color: rgb(60,181,153); }
H1.HeaderClassName
{
color: #3CB599;
}
.AnyTagClassName
{
color: #3CB599;
}
</style>
background-color css
<style>
a { background-color: #3CB599; }
a { background-color: rgb(60,181,153); }
div.DivClassName
{
background-color: #3CB599;
}
.BgClassName
{
background-color: #3CB599;
}
</style>
border-color css
<style>
span { border-color: #3CB599; }
span { border-color: rgb(60,181,153); }
td.TdClassName
{
border-color: #3CB599;
}
.TagClassName
{
border-color: #3CB599;
}
</style>