Shades of Shamrock #3AD791
Tints of Shamrock #3AD791
RGB
CMYK
RGB Variations
Color information
#3AD791 (or 0x3AD791) is known color: Shamrock. HEX triplet: 3A, D7 and 91. RGB value is (58,215,145). Sum of RGB (Red+Green+Blue) = 58+215+145=418 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.88% from 418); Green value is 215 (84.38% from 255 or 51.44% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD791 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD791 is #C5286E. Grayscale: #A0A0A0. Windows color (decimal): -12920943 or 9557818. OLE color: 9557818.
HSL color Cylindrical-coordinate representation of color #3AD791: hue angle of 153.25º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD791 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 215 | 145 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.16 |
| HSL | 153.25º | 0.66% | 0.54% | - |
| HSV(B) | 153.25º | 0.73% | 0.84% | - |
| XYZ | 31.16 | 51.54 | 35.1 | - |
| YUV | 160.08 | 119.49 | 55.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 145 | 0.73 | 0 | 0.33 | 0.16 | 153.25 | 0.66 | 0.54 |
| Hex | 3A | D7 | 91 | 49 | 0 | 21 | 10 | 99 | 42 | 36 |
| Octal | 72 | 327 | 221 | 111 | 0 | 41 | 20 | 231 | 102 | 66 |
| Binary | 111010 | 11010111 | 10010001 | 1001001 | 0 | 100001 | 10000 | 10011001 | 1000010 | 110110 |
Color Harmonies of #3AD791
Complementary color
Monochromatic Colors of #3AD791
Black with #3AD791
Text Example
Text Example
White with #3AD791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD791; }
p { color: rgb(58,215,145); }
H1.HeaderClassName
{
color: #3AD791;
}
.AnyTagClassName
{
color: #3AD791;
}
</style>
background-color css
<style>
a { background-color: #3AD791; }
a { background-color: rgb(58,215,145); }
div.DivClassName
{
background-color: #3AD791;
}
.BgClassName
{
background-color: #3AD791;
}
</style>
border-color css
<style>
span { border-color: #3AD791; }
span { border-color: rgb(58,215,145); }
td.TdClassName
{
border-color: #3AD791;
}
.TagClassName
{
border-color: #3AD791;
}
</style>