Shades of Shamrock #3DC794
Tints of Shamrock #3DC794
RGB
CMYK
RGB Variations
Color information
#3DC794 (or 0x3DC794) is known color: Shamrock. HEX triplet: 3D, C7 and 94. RGB value is (61,199,148). Sum of RGB (Red+Green+Blue) = 61+199+148=408 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.95% from 408); Green value is 199 (78.12% from 255 or 48.77% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 199 - color contains mainly: green. Hex color #3DC794 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC794 is #C2386B. Grayscale: #979797. Windows color (decimal): -12728428 or 9750333. OLE color: 9750333.
HSL color Cylindrical-coordinate representation of color #3DC794: hue angle of 157.83º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC794 is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 199 | 148 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.22 |
| HSL | 157.83º | 0.55% | 0.51% | - |
| HSV(B) | 157.83º | 0.69% | 0.78% | - |
| XYZ | 27.69 | 43.98 | 35.05 | - |
| YUV | 151.92 | 125.78 | 63.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 199 | 148 | 0.69 | 0 | 0.26 | 0.22 | 157.83 | 0.55 | 0.51 |
| Hex | 3D | C7 | 94 | 45 | 0 | 1A | 16 | 9E | 37 | 33 |
| Octal | 75 | 307 | 224 | 105 | 0 | 32 | 26 | 236 | 67 | 63 |
| Binary | 111101 | 11000111 | 10010100 | 1000101 | 0 | 11010 | 10110 | 10011110 | 110111 | 110011 |
Color Harmonies of #3DC794
Complementary color
Monochromatic Colors of #3DC794
Black with #3DC794
Text Example
Text Example
White with #3DC794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC794; }
p { color: rgb(61,199,148); }
H1.HeaderClassName
{
color: #3DC794;
}
.AnyTagClassName
{
color: #3DC794;
}
</style>
background-color css
<style>
a { background-color: #3DC794; }
a { background-color: rgb(61,199,148); }
div.DivClassName
{
background-color: #3DC794;
}
.BgClassName
{
background-color: #3DC794;
}
</style>
border-color css
<style>
span { border-color: #3DC794; }
span { border-color: rgb(61,199,148); }
td.TdClassName
{
border-color: #3DC794;
}
.TagClassName
{
border-color: #3DC794;
}
</style>