Shades of Shamrock #3DC29A
Tints of Shamrock #3DC29A
RGB
CMYK
RGB Variations
Color information
#3DC29A (or 0x3DC29A) is known color: Shamrock. HEX triplet: 3D, C2 and 9A. RGB value is (61,194,154). Sum of RGB (Red+Green+Blue) = 61+194+154=409 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.91% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 194 - color contains mainly: green. Hex color #3DC29A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC29A is #C23D65. Grayscale: #959595. Windows color (decimal): -12729702 or 10142269. OLE color: 10142269.
HSL color Cylindrical-coordinate representation of color #3DC29A: hue angle of 161.95º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC29A is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 194 | 154 | - |
| CMYK | 0.69 | 0 | 0.21 | 0.24 |
| HSL | 161.95º | 0.52% | 0.5% | - |
| HSV(B) | 161.95º | 0.69% | 0.76% | - |
| XYZ | 27.05 | 41.91 | 37.24 | - |
| YUV | 149.67 | 130.44 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 194 | 154 | 0.69 | 0 | 0.21 | 0.24 | 161.95 | 0.52 | 0.5 |
| Hex | 3D | C2 | 9A | 45 | 0 | 15 | 18 | A2 | 34 | 32 |
| Octal | 75 | 302 | 232 | 105 | 0 | 25 | 30 | 242 | 64 | 62 |
| Binary | 111101 | 11000010 | 10011010 | 1000101 | 0 | 10101 | 11000 | 10100010 | 110100 | 110010 |
Color Harmonies of #3DC29A
Complementary color
Monochromatic Colors of #3DC29A
Black with #3DC29A
Text Example
Text Example
White with #3DC29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC29A; }
p { color: rgb(61,194,154); }
H1.HeaderClassName
{
color: #3DC29A;
}
.AnyTagClassName
{
color: #3DC29A;
}
</style>
background-color css
<style>
a { background-color: #3DC29A; }
a { background-color: rgb(61,194,154); }
div.DivClassName
{
background-color: #3DC29A;
}
.BgClassName
{
background-color: #3DC29A;
}
</style>
border-color css
<style>
span { border-color: #3DC29A; }
span { border-color: rgb(61,194,154); }
td.TdClassName
{
border-color: #3DC29A;
}
.TagClassName
{
border-color: #3DC29A;
}
</style>