Shades of Shamrock #34D692
Tints of Shamrock #34D692
RGB
CMYK
RGB Variations
Color information
#34D692 (or 0x34D692) is known color: Shamrock. HEX triplet: 34, D6 and 92. RGB value is (52,214,146). Sum of RGB (Red+Green+Blue) = 52+214+146=412 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.62% from 412); Green value is 214 (83.98% from 255 or 51.94% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 214 - color contains mainly: green. Hex color #34D692 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D692 is #CB296D. Grayscale: #9D9D9D. Windows color (decimal): -13314414 or 9623092. OLE color: 9623092.
HSL color Cylindrical-coordinate representation of color #34D692: hue angle of 154.81º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D692 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 214 | 146 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.16 |
| HSL | 154.81º | 0.66% | 0.52% | - |
| HSV(B) | 154.81º | 0.76% | 0.84% | - |
| XYZ | 30.65 | 50.9 | 35.4 | - |
| YUV | 157.81 | 121.33 | 52.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 214 | 146 | 0.76 | 0 | 0.32 | 0.16 | 154.81 | 0.66 | 0.52 |
| Hex | 34 | D6 | 92 | 4C | 0 | 20 | 10 | 9B | 42 | 34 |
| Octal | 64 | 326 | 222 | 114 | 0 | 40 | 20 | 233 | 102 | 64 |
| Binary | 110100 | 11010110 | 10010010 | 1001100 | 0 | 100000 | 10000 | 10011011 | 1000010 | 110100 |
Color Harmonies of #34D692
Complementary color
Monochromatic Colors of #34D692
Black with #34D692
Text Example
Text Example
White with #34D692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D692; }
p { color: rgb(52,214,146); }
H1.HeaderClassName
{
color: #34D692;
}
.AnyTagClassName
{
color: #34D692;
}
</style>
background-color css
<style>
a { background-color: #34D692; }
a { background-color: rgb(52,214,146); }
div.DivClassName
{
background-color: #34D692;
}
.BgClassName
{
background-color: #34D692;
}
</style>
border-color css
<style>
span { border-color: #34D692; }
span { border-color: rgb(52,214,146); }
td.TdClassName
{
border-color: #34D692;
}
.TagClassName
{
border-color: #34D692;
}
</style>