Shades of Shamrock #3AD392
Tints of Shamrock #3AD392
RGB
CMYK
RGB Variations
Color information
#3AD392 (or 0x3AD392) is known color: Shamrock. HEX triplet: 3A, D3 and 92. RGB value is (58,211,146). Sum of RGB (Red+Green+Blue) = 58+211+146=415 (54% of max value = 765). Red value is 58 (23.05% from 255 or 13.98% from 415); Green value is 211 (82.81% from 255 or 50.84% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD392 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD392 is #C52C6D. Grayscale: #9D9D9D. Windows color (decimal): -12921966 or 9622330. OLE color: 9622330.
HSL color Cylindrical-coordinate representation of color #3AD392: hue angle of 154.51º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD392 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 211 | 146 | - |
| CMYK | 0.73 | 0 | 0.31 | 0.17 |
| HSL | 154.51º | 0.63% | 0.53% | - |
| HSV(B) | 154.51º | 0.73% | 0.83% | - |
| XYZ | 30.23 | 49.56 | 35.17 | - |
| YUV | 157.84 | 121.31 | 56.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 211 | 146 | 0.73 | 0 | 0.31 | 0.17 | 154.51 | 0.63 | 0.53 |
| Hex | 3A | D3 | 92 | 49 | 0 | 1F | 11 | 9B | 3F | 35 |
| Octal | 72 | 323 | 222 | 111 | 0 | 37 | 21 | 233 | 77 | 65 |
| Binary | 111010 | 11010011 | 10010010 | 1001001 | 0 | 11111 | 10001 | 10011011 | 111111 | 110101 |
Color Harmonies of #3AD392
Complementary color
Monochromatic Colors of #3AD392
Black with #3AD392
Text Example
Text Example
White with #3AD392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD392; }
p { color: rgb(58,211,146); }
H1.HeaderClassName
{
color: #3AD392;
}
.AnyTagClassName
{
color: #3AD392;
}
</style>
background-color css
<style>
a { background-color: #3AD392; }
a { background-color: rgb(58,211,146); }
div.DivClassName
{
background-color: #3AD392;
}
.BgClassName
{
background-color: #3AD392;
}
</style>
border-color css
<style>
span { border-color: #3AD392; }
span { border-color: rgb(58,211,146); }
td.TdClassName
{
border-color: #3AD392;
}
.TagClassName
{
border-color: #3AD392;
}
</style>