Shades of Shamrock #3AC593
Tints of Shamrock #3AC593
RGB
CMYK
RGB Variations
Color information
#3AC593 (or 0x3AC593) is known color: Shamrock. HEX triplet: 3A, C5 and 93. RGB value is (58,197,147). Sum of RGB (Red+Green+Blue) = 58+197+147=402 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.43% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC593 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC593 is #C53A6C. Grayscale: #959595. Windows color (decimal): -12925549 or 9684282. OLE color: 9684282.
HSL color Cylindrical-coordinate representation of color #3AC593: hue angle of 158.42º 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 #3AC593 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 197 | 147 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.23 |
| HSL | 158.42º | 0.55% | 0.5% | - |
| HSV(B) | 158.42º | 0.71% | 0.77% | - |
| XYZ | 26.98 | 42.94 | 34.47 | - |
| YUV | 149.74 | 126.45 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 147 | 0.71 | 0 | 0.25 | 0.23 | 158.42 | 0.55 | 0.5 |
| Hex | 3A | C5 | 93 | 47 | 0 | 19 | 17 | 9E | 37 | 32 |
| Octal | 72 | 305 | 223 | 107 | 0 | 31 | 27 | 236 | 67 | 62 |
| Binary | 111010 | 11000101 | 10010011 | 1000111 | 0 | 11001 | 10111 | 10011110 | 110111 | 110010 |
Color Harmonies of #3AC593
Complementary color
Monochromatic Colors of #3AC593
Black with #3AC593
Text Example
Text Example
White with #3AC593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC593; }
p { color: rgb(58,197,147); }
H1.HeaderClassName
{
color: #3AC593;
}
.AnyTagClassName
{
color: #3AC593;
}
</style>
background-color css
<style>
a { background-color: #3AC593; }
a { background-color: rgb(58,197,147); }
div.DivClassName
{
background-color: #3AC593;
}
.BgClassName
{
background-color: #3AC593;
}
</style>
border-color css
<style>
span { border-color: #3AC593; }
span { border-color: rgb(58,197,147); }
td.TdClassName
{
border-color: #3AC593;
}
.TagClassName
{
border-color: #3AC593;
}
</style>