Shades of Shamrock #3CB79B
Tints of Shamrock #3CB79B
RGB
CMYK
RGB Variations
Color information
#3CB79B (or 0x3CB79B) is known color: Shamrock. HEX triplet: 3C, B7 and 9B. RGB value is (60,183,155). Sum of RGB (Red+Green+Blue) = 60+183+155=398 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.08% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 183 - color contains mainly: green. Hex color #3CB79B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB79B is #C34864. Grayscale: #8F8F8F. Windows color (decimal): -12798053 or 10204988. OLE color: 10204988.
HSL color Cylindrical-coordinate representation of color #3CB79B: hue angle of 166.34º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB79B is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 183 | 155 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.28 |
| HSL | 166.34º | 0.51% | 0.48% | - |
| HSV(B) | 166.34º | 0.67% | 0.72% | - |
| XYZ | 24.71 | 37.19 | 36.89 | - |
| YUV | 143.03 | 134.75 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 183 | 155 | 0.67 | 0 | 0.15 | 0.28 | 166.34 | 0.51 | 0.48 |
| Hex | 3C | B7 | 9B | 43 | 0 | F | 1C | A6 | 33 | 30 |
| Octal | 74 | 267 | 233 | 103 | 0 | 17 | 34 | 246 | 63 | 60 |
| Binary | 111100 | 10110111 | 10011011 | 1000011 | 0 | 1111 | 11100 | 10100110 | 110011 | 110000 |
Color Harmonies of #3CB79B
Complementary color
Monochromatic Colors of #3CB79B
Black with #3CB79B
Text Example
Text Example
White with #3CB79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB79B; }
p { color: rgb(60,183,155); }
H1.HeaderClassName
{
color: #3CB79B;
}
.AnyTagClassName
{
color: #3CB79B;
}
</style>
background-color css
<style>
a { background-color: #3CB79B; }
a { background-color: rgb(60,183,155); }
div.DivClassName
{
background-color: #3CB79B;
}
.BgClassName
{
background-color: #3CB79B;
}
</style>
border-color css
<style>
span { border-color: #3CB79B; }
span { border-color: rgb(60,183,155); }
td.TdClassName
{
border-color: #3CB79B;
}
.TagClassName
{
border-color: #3CB79B;
}
</style>