Shades of Shamrock #3ABF93
Tints of Shamrock #3ABF93
RGB
CMYK
RGB Variations
Color information
#3ABF93 (or 0x3ABF93) is known color: Shamrock. HEX triplet: 3A, BF and 93. RGB value is (58,191,147). Sum of RGB (Red+Green+Blue) = 58+191+147=396 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.65% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABF93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABF93 is #C5406C. Grayscale: #929292. Windows color (decimal): -12927085 or 9682746. OLE color: 9682746.
HSL color Cylindrical-coordinate representation of color #3ABF93: hue angle of 160.15º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ABF93 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 191 | 147 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.25 |
| HSL | 160.15º | 0.53% | 0.49% | - |
| HSV(B) | 160.15º | 0.7% | 0.75% | - |
| XYZ | 25.64 | 40.27 | 34.02 | - |
| YUV | 146.22 | 128.44 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 191 | 147 | 0.70 | 0 | 0.23 | 0.25 | 160.15 | 0.53 | 0.49 |
| Hex | 3A | BF | 93 | 46 | 0 | 17 | 19 | A0 | 35 | 31 |
| Octal | 72 | 277 | 223 | 106 | 0 | 27 | 31 | 240 | 65 | 61 |
| Binary | 111010 | 10111111 | 10010011 | 1000110 | 0 | 10111 | 11001 | 10100000 | 110101 | 110001 |
Color Harmonies of #3ABF93
Complementary color
Monochromatic Colors of #3ABF93
Black with #3ABF93
Text Example
Text Example
White with #3ABF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABF93; }
p { color: rgb(58,191,147); }
H1.HeaderClassName
{
color: #3ABF93;
}
.AnyTagClassName
{
color: #3ABF93;
}
</style>
background-color css
<style>
a { background-color: #3ABF93; }
a { background-color: rgb(58,191,147); }
div.DivClassName
{
background-color: #3ABF93;
}
.BgClassName
{
background-color: #3ABF93;
}
</style>
border-color css
<style>
span { border-color: #3ABF93; }
span { border-color: rgb(58,191,147); }
td.TdClassName
{
border-color: #3ABF93;
}
.TagClassName
{
border-color: #3ABF93;
}
</style>