Shades of Shamrock #3DC38D
Tints of Shamrock #3DC38D
RGB
CMYK
RGB Variations
Color information
#3DC38D (or 0x3DC38D) is known color: Shamrock. HEX triplet: 3D, C3 and 8D. RGB value is (61,195,141). Sum of RGB (Red+Green+Blue) = 61+195+141=397 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.37% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #3DC38D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC38D is #C23C72. Grayscale: #949494. Windows color (decimal): -12729459 or 9290557. OLE color: 9290557.
HSL color Cylindrical-coordinate representation of color #3DC38D: hue angle of 155.82º degrees, saturation: 0.53, 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 #3DC38D is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 195 | 141 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.24 |
| HSL | 155.82º | 0.53% | 0.5% | - |
| HSV(B) | 155.82º | 0.69% | 0.76% | - |
| XYZ | 26.25 | 41.95 | 31.91 | - |
| YUV | 148.78 | 123.61 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 195 | 141 | 0.69 | 0 | 0.28 | 0.24 | 155.82 | 0.53 | 0.5 |
| Hex | 3D | C3 | 8D | 45 | 0 | 1C | 18 | 9C | 35 | 32 |
| Octal | 75 | 303 | 215 | 105 | 0 | 34 | 30 | 234 | 65 | 62 |
| Binary | 111101 | 11000011 | 10001101 | 1000101 | 0 | 11100 | 11000 | 10011100 | 110101 | 110010 |
Color Harmonies of #3DC38D
Complementary color
Monochromatic Colors of #3DC38D
Black with #3DC38D
Text Example
Text Example
White with #3DC38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC38D; }
p { color: rgb(61,195,141); }
H1.HeaderClassName
{
color: #3DC38D;
}
.AnyTagClassName
{
color: #3DC38D;
}
</style>
background-color css
<style>
a { background-color: #3DC38D; }
a { background-color: rgb(61,195,141); }
div.DivClassName
{
background-color: #3DC38D;
}
.BgClassName
{
background-color: #3DC38D;
}
</style>
border-color css
<style>
span { border-color: #3DC38D; }
span { border-color: rgb(61,195,141); }
td.TdClassName
{
border-color: #3DC38D;
}
.TagClassName
{
border-color: #3DC38D;
}
</style>