Shades of Shamrock #3AC791
Tints of Shamrock #3AC791
RGB
CMYK
RGB Variations
Color information
#3AC791 (or 0x3AC791) is known color: Shamrock. HEX triplet: 3A, C7 and 91. RGB value is (58,199,145). Sum of RGB (Red+Green+Blue) = 58+199+145=402 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.43% from 402); Green value is 199 (78.12% from 255 or 49.50% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 199 - color contains mainly: green. Hex color #3AC791 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC791 is #C5386E. Grayscale: #969696. Windows color (decimal): -12925039 or 9553722. OLE color: 9553722.
HSL color Cylindrical-coordinate representation of color #3AC791: hue angle of 157.02º 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 #3AC791 is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 199 | 145 | - |
| CMYK | 0.71 | 0 | 0.27 | 0.22 |
| HSL | 157.02º | 0.56% | 0.5% | - |
| HSV(B) | 157.02º | 0.71% | 0.78% | - |
| XYZ | 27.28 | 43.79 | 33.8 | - |
| YUV | 150.69 | 124.79 | 61.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 199 | 145 | 0.71 | 0 | 0.27 | 0.22 | 157.02 | 0.56 | 0.5 |
| Hex | 3A | C7 | 91 | 47 | 0 | 1B | 16 | 9D | 38 | 32 |
| Octal | 72 | 307 | 221 | 107 | 0 | 33 | 26 | 235 | 70 | 62 |
| Binary | 111010 | 11000111 | 10010001 | 1000111 | 0 | 11011 | 10110 | 10011101 | 111000 | 110010 |
Color Harmonies of #3AC791
Complementary color
Monochromatic Colors of #3AC791
Black with #3AC791
Text Example
Text Example
White with #3AC791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC791; }
p { color: rgb(58,199,145); }
H1.HeaderClassName
{
color: #3AC791;
}
.AnyTagClassName
{
color: #3AC791;
}
</style>
background-color css
<style>
a { background-color: #3AC791; }
a { background-color: rgb(58,199,145); }
div.DivClassName
{
background-color: #3AC791;
}
.BgClassName
{
background-color: #3AC791;
}
</style>
border-color css
<style>
span { border-color: #3AC791; }
span { border-color: rgb(58,199,145); }
td.TdClassName
{
border-color: #3AC791;
}
.TagClassName
{
border-color: #3AC791;
}
</style>