Shades of Shamrock #3DC393
Tints of Shamrock #3DC393
RGB
CMYK
RGB Variations
Color information
#3DC393 (or 0x3DC393) is known color: Shamrock. HEX triplet: 3D, C3 and 93. RGB value is (61,195,147). Sum of RGB (Red+Green+Blue) = 61+195+147=403 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.14% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #3DC393 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC393 is #C23C6C. Grayscale: #959595. Windows color (decimal): -12729453 or 9683773. OLE color: 9683773.
HSL color Cylindrical-coordinate representation of color #3DC393: hue angle of 158.51º 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 #3DC393 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 195 | 147 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.24 |
| HSL | 158.51º | 0.53% | 0.5% | - |
| HSV(B) | 158.51º | 0.69% | 0.76% | - |
| XYZ | 26.71 | 42.13 | 34.33 | - |
| YUV | 149.46 | 126.61 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 195 | 147 | 0.69 | 0 | 0.25 | 0.24 | 158.51 | 0.53 | 0.5 |
| Hex | 3D | C3 | 93 | 45 | 0 | 19 | 18 | 9F | 35 | 32 |
| Octal | 75 | 303 | 223 | 105 | 0 | 31 | 30 | 237 | 65 | 62 |
| Binary | 111101 | 11000011 | 10010011 | 1000101 | 0 | 11001 | 11000 | 10011111 | 110101 | 110010 |
Color Harmonies of #3DC393
Complementary color
Monochromatic Colors of #3DC393
Black with #3DC393
Text Example
Text Example
White with #3DC393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC393; }
p { color: rgb(61,195,147); }
H1.HeaderClassName
{
color: #3DC393;
}
.AnyTagClassName
{
color: #3DC393;
}
</style>
background-color css
<style>
a { background-color: #3DC393; }
a { background-color: rgb(61,195,147); }
div.DivClassName
{
background-color: #3DC393;
}
.BgClassName
{
background-color: #3DC393;
}
</style>
border-color css
<style>
span { border-color: #3DC393; }
span { border-color: rgb(61,195,147); }
td.TdClassName
{
border-color: #3DC393;
}
.TagClassName
{
border-color: #3DC393;
}
</style>