Shades of Shamrock #34D58C
Tints of Shamrock #34D58C
RGB
CMYK
RGB Variations
Color information
#34D58C (or 0x34D58C) is known color: Shamrock. HEX triplet: 34, D5 and 8C. RGB value is (52,213,140). Sum of RGB (Red+Green+Blue) = 52+213+140=405 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.84% from 405); Green value is 213 (83.59% from 255 or 52.59% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 213 - color contains mainly: green. Hex color #34D58C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D58C is #CB2A73. Grayscale: #9C9C9C. Windows color (decimal): -13314676 or 9229620. OLE color: 9229620.
HSL color Cylindrical-coordinate representation of color #34D58C: hue angle of 152.8º 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 #34D58C is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 213 | 140 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.16 |
| HSL | 152.8º | 0.66% | 0.52% | - |
| HSV(B) | 152.8º | 0.76% | 0.84% | - |
| XYZ | 29.94 | 50.21 | 32.92 | - |
| YUV | 156.54 | 118.66 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 213 | 140 | 0.76 | 0 | 0.34 | 0.16 | 152.8 | 0.66 | 0.52 |
| Hex | 34 | D5 | 8C | 4C | 0 | 22 | 10 | 99 | 42 | 34 |
| Octal | 64 | 325 | 214 | 114 | 0 | 42 | 20 | 231 | 102 | 64 |
| Binary | 110100 | 11010101 | 10001100 | 1001100 | 0 | 100010 | 10000 | 10011001 | 1000010 | 110100 |
Color Harmonies of #34D58C
Complementary color
Monochromatic Colors of #34D58C
Black with #34D58C
Text Example
Text Example
White with #34D58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D58C; }
p { color: rgb(52,213,140); }
H1.HeaderClassName
{
color: #34D58C;
}
.AnyTagClassName
{
color: #34D58C;
}
</style>
background-color css
<style>
a { background-color: #34D58C; }
a { background-color: rgb(52,213,140); }
div.DivClassName
{
background-color: #34D58C;
}
.BgClassName
{
background-color: #34D58C;
}
</style>
border-color css
<style>
span { border-color: #34D58C; }
span { border-color: rgb(52,213,140); }
td.TdClassName
{
border-color: #34D58C;
}
.TagClassName
{
border-color: #34D58C;
}
</style>