Shades of Shamrock #3CDB91
Tints of Shamrock #3CDB91
RGB
CMYK
RGB Variations
Color information
#3CDB91 (or 0x3CDB91) is known color: Shamrock. HEX triplet: 3C, DB and 91. RGB value is (60,219,145). Sum of RGB (Red+Green+Blue) = 60+219+145=424 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.15% from 424); Green value is 219 (85.94% from 255 or 51.65% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 219 - color contains mainly: green. Hex color #3CDB91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDB91 is #C3246E. Grayscale: #A3A3A3. Windows color (decimal): -12788847 or 9558844. OLE color: 9558844.
HSL color Cylindrical-coordinate representation of color #3CDB91: hue angle of 152.08º 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 #3CDB91 is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 219 | 145 | - |
| CMYK | 0.73 | 0 | 0.34 | 0.14 |
| HSL | 152.08º | 0.69% | 0.55% | - |
| HSV(B) | 152.08º | 0.73% | 0.86% | - |
| XYZ | 32.31 | 53.67 | 35.44 | - |
| YUV | 163.02 | 117.82 | 54.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 219 | 145 | 0.73 | 0 | 0.34 | 0.14 | 152.08 | 0.69 | 0.55 |
| Hex | 3C | DB | 91 | 49 | 0 | 22 | E | 98 | 45 | 37 |
| Octal | 74 | 333 | 221 | 111 | 0 | 42 | 16 | 230 | 105 | 67 |
| Binary | 111100 | 11011011 | 10010001 | 1001001 | 0 | 100010 | 1110 | 10011000 | 1000101 | 110111 |
Color Harmonies of #3CDB91
Complementary color
Monochromatic Colors of #3CDB91
Black with #3CDB91
Text Example
Text Example
White with #3CDB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDB91; }
p { color: rgb(60,219,145); }
H1.HeaderClassName
{
color: #3CDB91;
}
.AnyTagClassName
{
color: #3CDB91;
}
</style>
background-color css
<style>
a { background-color: #3CDB91; }
a { background-color: rgb(60,219,145); }
div.DivClassName
{
background-color: #3CDB91;
}
.BgClassName
{
background-color: #3CDB91;
}
</style>
border-color css
<style>
span { border-color: #3CDB91; }
span { border-color: rgb(60,219,145); }
td.TdClassName
{
border-color: #3CDB91;
}
.TagClassName
{
border-color: #3CDB91;
}
</style>