Shades of Shamrock #34C493
Tints of Shamrock #34C493
RGB
CMYK
RGB Variations
Color information
#34C493 (or 0x34C493) is known color: Shamrock. HEX triplet: 34, C4 and 93. RGB value is (52,196,147). Sum of RGB (Red+Green+Blue) = 52+196+147=395 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.16% from 395); Green value is 196 (76.95% from 255 or 49.62% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 196 - color contains mainly: green. Hex color #34C493 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C493 is #CB3B6C. Grayscale: #939393. Windows color (decimal): -13319021 or 9684020. OLE color: 9684020.
HSL color Cylindrical-coordinate representation of color #34C493: hue angle of 159.58º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C493 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 196 | 147 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.23 |
| HSL | 159.58º | 0.58% | 0.49% | - |
| HSV(B) | 159.58º | 0.73% | 0.77% | - |
| XYZ | 26.42 | 42.32 | 34.38 | - |
| YUV | 147.36 | 127.79 | 59.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 196 | 147 | 0.73 | 0 | 0.25 | 0.23 | 159.58 | 0.58 | 0.49 |
| Hex | 34 | C4 | 93 | 49 | 0 | 19 | 17 | A0 | 3A | 31 |
| Octal | 64 | 304 | 223 | 111 | 0 | 31 | 27 | 240 | 72 | 61 |
| Binary | 110100 | 11000100 | 10010011 | 1001001 | 0 | 11001 | 10111 | 10100000 | 111010 | 110001 |
Color Harmonies of #34C493
Complementary color
Monochromatic Colors of #34C493
Black with #34C493
Text Example
Text Example
White with #34C493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C493; }
p { color: rgb(52,196,147); }
H1.HeaderClassName
{
color: #34C493;
}
.AnyTagClassName
{
color: #34C493;
}
</style>
background-color css
<style>
a { background-color: #34C493; }
a { background-color: rgb(52,196,147); }
div.DivClassName
{
background-color: #34C493;
}
.BgClassName
{
background-color: #34C493;
}
</style>
border-color css
<style>
span { border-color: #34C493; }
span { border-color: rgb(52,196,147); }
td.TdClassName
{
border-color: #34C493;
}
.TagClassName
{
border-color: #34C493;
}
</style>