Shades of Shamrock #3AD585
Tints of Shamrock #3AD585
RGB
CMYK
RGB Variations
Color information
#3AD585 (or 0x3AD585) is known color: Shamrock. HEX triplet: 3A, D5 and 85. RGB value is (58,213,133). Sum of RGB (Red+Green+Blue) = 58+213+133=404 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.36% from 404); Green value is 213 (83.59% from 255 or 52.72% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD585 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD585 is #C52A7A. Grayscale: #9D9D9D. Windows color (decimal): -12921467 or 8770874. OLE color: 8770874.
HSL color Cylindrical-coordinate representation of color #3AD585: hue angle of 149.03º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD585 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 213 | 133 | - |
| CMYK | 0.73 | 0 | 0.38 | 0.16 |
| HSL | 149.03º | 0.65% | 0.53% | - |
| HSV(B) | 149.03º | 0.73% | 0.84% | - |
| XYZ | 29.77 | 50.18 | 30.31 | - |
| YUV | 157.54 | 114.15 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 213 | 133 | 0.73 | 0 | 0.38 | 0.16 | 149.03 | 0.65 | 0.53 |
| Hex | 3A | D5 | 85 | 49 | 0 | 26 | 10 | 95 | 41 | 35 |
| Octal | 72 | 325 | 205 | 111 | 0 | 46 | 20 | 225 | 101 | 65 |
| Binary | 111010 | 11010101 | 10000101 | 1001001 | 0 | 100110 | 10000 | 10010101 | 1000001 | 110101 |
Color Harmonies of #3AD585
Complementary color
Monochromatic Colors of #3AD585
Black with #3AD585
Text Example
Text Example
White with #3AD585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD585; }
p { color: rgb(58,213,133); }
H1.HeaderClassName
{
color: #3AD585;
}
.AnyTagClassName
{
color: #3AD585;
}
</style>
background-color css
<style>
a { background-color: #3AD585; }
a { background-color: rgb(58,213,133); }
div.DivClassName
{
background-color: #3AD585;
}
.BgClassName
{
background-color: #3AD585;
}
</style>
border-color css
<style>
span { border-color: #3AD585; }
span { border-color: rgb(58,213,133); }
td.TdClassName
{
border-color: #3AD585;
}
.TagClassName
{
border-color: #3AD585;
}
</style>