Shades of Shamrock #34C796
Tints of Shamrock #34C796
RGB
CMYK
RGB Variations
Color information
#34C796 (or 0x34C796) is known color: Shamrock. HEX triplet: 34, C7 and 96. RGB value is (52,199,150). Sum of RGB (Red+Green+Blue) = 52+199+150=401 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.97% from 401); Green value is 199 (78.12% from 255 or 49.63% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 199 - color contains mainly: green. Hex color #34C796 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C796 is #CB3869. Grayscale: #959595. Windows color (decimal): -13318250 or 9881396. OLE color: 9881396.
HSL color Cylindrical-coordinate representation of color #34C796: hue angle of 160º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C796 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 199 | 150 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.22 |
| HSL | 160º | 0.59% | 0.49% | - |
| HSV(B) | 160º | 0.74% | 0.78% | - |
| XYZ | 27.34 | 43.78 | 35.86 | - |
| YUV | 149.46 | 128.3 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 199 | 150 | 0.74 | 0 | 0.25 | 0.22 | 160 | 0.59 | 0.49 |
| Hex | 34 | C7 | 96 | 4A | 0 | 19 | 16 | A0 | 3B | 31 |
| Octal | 64 | 307 | 226 | 112 | 0 | 31 | 26 | 240 | 73 | 61 |
| Binary | 110100 | 11000111 | 10010110 | 1001010 | 0 | 11001 | 10110 | 10100000 | 111011 | 110001 |
Color Harmonies of #34C796
Complementary color
Monochromatic Colors of #34C796
Black with #34C796
Text Example
Text Example
White with #34C796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C796; }
p { color: rgb(52,199,150); }
H1.HeaderClassName
{
color: #34C796;
}
.AnyTagClassName
{
color: #34C796;
}
</style>
background-color css
<style>
a { background-color: #34C796; }
a { background-color: rgb(52,199,150); }
div.DivClassName
{
background-color: #34C796;
}
.BgClassName
{
background-color: #34C796;
}
</style>
border-color css
<style>
span { border-color: #34C796; }
span { border-color: rgb(52,199,150); }
td.TdClassName
{
border-color: #34C796;
}
.TagClassName
{
border-color: #34C796;
}
</style>