Shades of Shamrock #3CBE95
Tints of Shamrock #3CBE95
RGB
CMYK
RGB Variations
Color information
#3CBE95 (or 0x3CBE95) is known color: Shamrock. HEX triplet: 3C, BE and 95. RGB value is (60,190,149). Sum of RGB (Red+Green+Blue) = 60+190+149=399 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.04% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 190 - color contains mainly: green. Hex color #3CBE95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBE95 is #C3416A. Grayscale: #929292. Windows color (decimal): -12796267 or 9813564. OLE color: 9813564.
HSL color Cylindrical-coordinate representation of color #3CBE95: hue angle of 161.08º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBE95 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 190 | 149 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.25 |
| HSL | 161.08º | 0.52% | 0.49% | - |
| HSV(B) | 161.08º | 0.68% | 0.75% | - |
| XYZ | 25.7 | 39.96 | 34.79 | - |
| YUV | 146.46 | 129.43 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 190 | 149 | 0.68 | 0 | 0.22 | 0.25 | 161.08 | 0.52 | 0.49 |
| Hex | 3C | BE | 95 | 44 | 0 | 16 | 19 | A1 | 34 | 31 |
| Octal | 74 | 276 | 225 | 104 | 0 | 26 | 31 | 241 | 64 | 61 |
| Binary | 111100 | 10111110 | 10010101 | 1000100 | 0 | 10110 | 11001 | 10100001 | 110100 | 110001 |
Color Harmonies of #3CBE95
Complementary color
Monochromatic Colors of #3CBE95
Black with #3CBE95
Text Example
Text Example
White with #3CBE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBE95; }
p { color: rgb(60,190,149); }
H1.HeaderClassName
{
color: #3CBE95;
}
.AnyTagClassName
{
color: #3CBE95;
}
</style>
background-color css
<style>
a { background-color: #3CBE95; }
a { background-color: rgb(60,190,149); }
div.DivClassName
{
background-color: #3CBE95;
}
.BgClassName
{
background-color: #3CBE95;
}
</style>
border-color css
<style>
span { border-color: #3CBE95; }
span { border-color: rgb(60,190,149); }
td.TdClassName
{
border-color: #3CBE95;
}
.TagClassName
{
border-color: #3CBE95;
}
</style>