Shades of Shamrock #3AD385
Tints of Shamrock #3AD385
RGB
CMYK
RGB Variations
Color information
#3AD385 (or 0x3AD385) is known color: Shamrock. HEX triplet: 3A, D3 and 85. RGB value is (58,211,133). Sum of RGB (Red+Green+Blue) = 58+211+133=402 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.43% from 402); Green value is 211 (82.81% from 255 or 52.49% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD385 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD385 is #C52C7A. Grayscale: #9C9C9C. Windows color (decimal): -12921979 or 8770362. OLE color: 8770362.
HSL color Cylindrical-coordinate representation of color #3AD385: hue angle of 149.41º 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 #3AD385 is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 211 | 133 | - |
| CMYK | 0.73 | 0 | 0.37 | 0.17 |
| HSL | 149.41º | 0.63% | 0.53% | - |
| HSV(B) | 149.41º | 0.73% | 0.83% | - |
| XYZ | 29.27 | 49.18 | 30.14 | - |
| YUV | 156.36 | 114.81 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 211 | 133 | 0.73 | 0 | 0.37 | 0.17 | 149.41 | 0.63 | 0.53 |
| Hex | 3A | D3 | 85 | 49 | 0 | 25 | 11 | 95 | 3F | 35 |
| Octal | 72 | 323 | 205 | 111 | 0 | 45 | 21 | 225 | 77 | 65 |
| Binary | 111010 | 11010011 | 10000101 | 1001001 | 0 | 100101 | 10001 | 10010101 | 111111 | 110101 |
Color Harmonies of #3AD385
Complementary color
Monochromatic Colors of #3AD385
Black with #3AD385
Text Example
Text Example
White with #3AD385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD385; }
p { color: rgb(58,211,133); }
H1.HeaderClassName
{
color: #3AD385;
}
.AnyTagClassName
{
color: #3AD385;
}
</style>
background-color css
<style>
a { background-color: #3AD385; }
a { background-color: rgb(58,211,133); }
div.DivClassName
{
background-color: #3AD385;
}
.BgClassName
{
background-color: #3AD385;
}
</style>
border-color css
<style>
span { border-color: #3AD385; }
span { border-color: rgb(58,211,133); }
td.TdClassName
{
border-color: #3AD385;
}
.TagClassName
{
border-color: #3AD385;
}
</style>