Shades of Shamrock #3AC785
Tints of Shamrock #3AC785
RGB
CMYK
RGB Variations
Color information
#3AC785 (or 0x3AC785) is known color: Shamrock. HEX triplet: 3A, C7 and 85. RGB value is (58,199,133). Sum of RGB (Red+Green+Blue) = 58+199+133=390 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.87% from 390); Green value is 199 (78.12% from 255 or 51.03% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 199 - color contains mainly: green. Hex color #3AC785 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC785 is #C5387A. Grayscale: #959595. Windows color (decimal): -12925051 or 8767290. OLE color: 8767290.
HSL color Cylindrical-coordinate representation of color #3AC785: hue angle of 151.91º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC785 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 199 | 133 | - |
| CMYK | 0.71 | 0 | 0.33 | 0.22 |
| HSL | 151.91º | 0.56% | 0.5% | - |
| HSV(B) | 151.91º | 0.71% | 0.78% | - |
| XYZ | 26.4 | 43.44 | 29.18 | - |
| YUV | 149.32 | 118.79 | 62.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 199 | 133 | 0.71 | 0 | 0.33 | 0.22 | 151.91 | 0.56 | 0.5 |
| Hex | 3A | C7 | 85 | 47 | 0 | 21 | 16 | 98 | 38 | 32 |
| Octal | 72 | 307 | 205 | 107 | 0 | 41 | 26 | 230 | 70 | 62 |
| Binary | 111010 | 11000111 | 10000101 | 1000111 | 0 | 100001 | 10110 | 10011000 | 111000 | 110010 |
Color Harmonies of #3AC785
Complementary color
Monochromatic Colors of #3AC785
Black with #3AC785
Text Example
Text Example
White with #3AC785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC785; }
p { color: rgb(58,199,133); }
H1.HeaderClassName
{
color: #3AC785;
}
.AnyTagClassName
{
color: #3AC785;
}
</style>
background-color css
<style>
a { background-color: #3AC785; }
a { background-color: rgb(58,199,133); }
div.DivClassName
{
background-color: #3AC785;
}
.BgClassName
{
background-color: #3AC785;
}
</style>
border-color css
<style>
span { border-color: #3AC785; }
span { border-color: rgb(58,199,133); }
td.TdClassName
{
border-color: #3AC785;
}
.TagClassName
{
border-color: #3AC785;
}
</style>