Shades of Shamrock #3AC385
Tints of Shamrock #3AC385
RGB
CMYK
RGB Variations
Color information
#3AC385 (or 0x3AC385) is known color: Shamrock. HEX triplet: 3A, C3 and 85. RGB value is (58,195,133). Sum of RGB (Red+Green+Blue) = 58+195+133=386 (51% of max value = 765). Red value is 58 (23.05% from 255 or 15.03% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC385 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC385 is #C53C7A. Grayscale: #939393. Windows color (decimal): -12926075 or 8766266. OLE color: 8766266.
HSL color Cylindrical-coordinate representation of color #3AC385: hue angle of 152.85º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC385 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 195 | 133 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.24 |
| HSL | 152.85º | 0.54% | 0.5% | - |
| HSV(B) | 152.85º | 0.7% | 0.76% | - |
| XYZ | 25.49 | 41.62 | 28.88 | - |
| YUV | 146.97 | 120.11 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 195 | 133 | 0.70 | 0 | 0.32 | 0.24 | 152.85 | 0.54 | 0.5 |
| Hex | 3A | C3 | 85 | 46 | 0 | 20 | 18 | 99 | 36 | 32 |
| Octal | 72 | 303 | 205 | 106 | 0 | 40 | 30 | 231 | 66 | 62 |
| Binary | 111010 | 11000011 | 10000101 | 1000110 | 0 | 100000 | 11000 | 10011001 | 110110 | 110010 |
Color Harmonies of #3AC385
Complementary color
Monochromatic Colors of #3AC385
Black with #3AC385
Text Example
Text Example
White with #3AC385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC385; }
p { color: rgb(58,195,133); }
H1.HeaderClassName
{
color: #3AC385;
}
.AnyTagClassName
{
color: #3AC385;
}
</style>
background-color css
<style>
a { background-color: #3AC385; }
a { background-color: rgb(58,195,133); }
div.DivClassName
{
background-color: #3AC385;
}
.BgClassName
{
background-color: #3AC385;
}
</style>
border-color css
<style>
span { border-color: #3AC385; }
span { border-color: rgb(58,195,133); }
td.TdClassName
{
border-color: #3AC385;
}
.TagClassName
{
border-color: #3AC385;
}
</style>