Shades of Shamrock #3CBD92
Tints of Shamrock #3CBD92
RGB
CMYK
RGB Variations
Color information
#3CBD92 (or 0x3CBD92) is known color: Shamrock. HEX triplet: 3C, BD and 92. RGB value is (60,189,146). Sum of RGB (Red+Green+Blue) = 60+189+146=395 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.19% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 189 - color contains mainly: green. Hex color #3CBD92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBD92 is #C3426D. Grayscale: #919191. Windows color (decimal): -12796526 or 9616700. OLE color: 9616700.
HSL color Cylindrical-coordinate representation of color #3CBD92: hue angle of 160º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBD92 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 189 | 146 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.26 |
| HSL | 160º | 0.52% | 0.49% | - |
| HSV(B) | 160º | 0.68% | 0.74% | - |
| XYZ | 25.25 | 39.43 | 33.47 | - |
| YUV | 145.53 | 128.26 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 189 | 146 | 0.68 | 0 | 0.23 | 0.26 | 160 | 0.52 | 0.49 |
| Hex | 3C | BD | 92 | 44 | 0 | 17 | 1A | A0 | 34 | 31 |
| Octal | 74 | 275 | 222 | 104 | 0 | 27 | 32 | 240 | 64 | 61 |
| Binary | 111100 | 10111101 | 10010010 | 1000100 | 0 | 10111 | 11010 | 10100000 | 110100 | 110001 |
Color Harmonies of #3CBD92
Complementary color
Monochromatic Colors of #3CBD92
Black with #3CBD92
Text Example
Text Example
White with #3CBD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBD92; }
p { color: rgb(60,189,146); }
H1.HeaderClassName
{
color: #3CBD92;
}
.AnyTagClassName
{
color: #3CBD92;
}
</style>
background-color css
<style>
a { background-color: #3CBD92; }
a { background-color: rgb(60,189,146); }
div.DivClassName
{
background-color: #3CBD92;
}
.BgClassName
{
background-color: #3CBD92;
}
</style>
border-color css
<style>
span { border-color: #3CBD92; }
span { border-color: rgb(60,189,146); }
td.TdClassName
{
border-color: #3CBD92;
}
.TagClassName
{
border-color: #3CBD92;
}
</style>