Shades of Shamrock #3CDB9D
Tints of Shamrock #3CDB9D
RGB
CMYK
RGB Variations
Color information
#3CDB9D (or 0x3CDB9D) is known color: Shamrock. HEX triplet: 3C, DB and 9D. RGB value is (60,219,157). Sum of RGB (Red+Green+Blue) = 60+219+157=436 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.76% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #3CDB9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDB9D is #C32462. Grayscale: #A4A4A4. Windows color (decimal): -12788835 or 10345276. OLE color: 10345276.
HSL color Cylindrical-coordinate representation of color #3CDB9D: hue angle of 156.6º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDB9D is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 219 | 157 | - |
| CMYK | 0.73 | 0 | 0.28 | 0.14 |
| HSL | 156.6º | 0.69% | 0.55% | - |
| HSV(B) | 156.6º | 0.73% | 0.86% | - |
| XYZ | 33.28 | 54.06 | 40.58 | - |
| YUV | 164.39 | 123.82 | 53.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 219 | 157 | 0.73 | 0 | 0.28 | 0.14 | 156.6 | 0.69 | 0.55 |
| Hex | 3C | DB | 9D | 49 | 0 | 1C | E | 9D | 45 | 37 |
| Octal | 74 | 333 | 235 | 111 | 0 | 34 | 16 | 235 | 105 | 67 |
| Binary | 111100 | 11011011 | 10011101 | 1001001 | 0 | 11100 | 1110 | 10011101 | 1000101 | 110111 |
Color Harmonies of #3CDB9D
Complementary color
Monochromatic Colors of #3CDB9D
Black with #3CDB9D
Text Example
Text Example
White with #3CDB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDB9D; }
p { color: rgb(60,219,157); }
H1.HeaderClassName
{
color: #3CDB9D;
}
.AnyTagClassName
{
color: #3CDB9D;
}
</style>
background-color css
<style>
a { background-color: #3CDB9D; }
a { background-color: rgb(60,219,157); }
div.DivClassName
{
background-color: #3CDB9D;
}
.BgClassName
{
background-color: #3CDB9D;
}
</style>
border-color css
<style>
span { border-color: #3CDB9D; }
span { border-color: rgb(60,219,157); }
td.TdClassName
{
border-color: #3CDB9D;
}
.TagClassName
{
border-color: #3CDB9D;
}
</style>