Shades of Shamrock #3AC591
Tints of Shamrock #3AC591
RGB
CMYK
RGB Variations
Color information
#3AC591 (or 0x3AC591) is known color: Shamrock. HEX triplet: 3A, C5 and 91. RGB value is (58,197,145). Sum of RGB (Red+Green+Blue) = 58+197+145=400 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.5% from 400); Green value is 197 (77.34% from 255 or 49.25% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC591 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC591 is #C53A6E. Grayscale: #959595. Windows color (decimal): -12925551 or 9553210. OLE color: 9553210.
HSL color Cylindrical-coordinate representation of color #3AC591: hue angle of 157.55º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC591 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 197 | 145 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.23 |
| HSL | 157.55º | 0.55% | 0.5% | - |
| HSV(B) | 157.55º | 0.71% | 0.77% | - |
| XYZ | 26.82 | 42.88 | 33.65 | - |
| YUV | 149.51 | 125.45 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 145 | 0.71 | 0 | 0.26 | 0.23 | 157.55 | 0.55 | 0.5 |
| Hex | 3A | C5 | 91 | 47 | 0 | 1A | 17 | 9E | 37 | 32 |
| Octal | 72 | 305 | 221 | 107 | 0 | 32 | 27 | 236 | 67 | 62 |
| Binary | 111010 | 11000101 | 10010001 | 1000111 | 0 | 11010 | 10111 | 10011110 | 110111 | 110010 |
Color Harmonies of #3AC591
Complementary color
Monochromatic Colors of #3AC591
Black with #3AC591
Text Example
Text Example
White with #3AC591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC591; }
p { color: rgb(58,197,145); }
H1.HeaderClassName
{
color: #3AC591;
}
.AnyTagClassName
{
color: #3AC591;
}
</style>
background-color css
<style>
a { background-color: #3AC591; }
a { background-color: rgb(58,197,145); }
div.DivClassName
{
background-color: #3AC591;
}
.BgClassName
{
background-color: #3AC591;
}
</style>
border-color css
<style>
span { border-color: #3AC591; }
span { border-color: rgb(58,197,145); }
td.TdClassName
{
border-color: #3AC591;
}
.TagClassName
{
border-color: #3AC591;
}
</style>