Shades of Shamrock #34D095
Tints of Shamrock #34D095
RGB
CMYK
RGB Variations
Color information
#34D095 (or 0x34D095) is known color: Shamrock. HEX triplet: 34, D0 and 95. RGB value is (52,208,149). Sum of RGB (Red+Green+Blue) = 52+208+149=409 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.71% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #34D095 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D095 is #CB2F6A. Grayscale: #9A9A9A. Windows color (decimal): -13315947 or 9818164. OLE color: 9818164.
HSL color Cylindrical-coordinate representation of color #34D095: hue angle of 157.31º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D095 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 208 | 149 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.18 |
| HSL | 157.31º | 0.62% | 0.51% | - |
| HSV(B) | 157.31º | 0.75% | 0.82% | - |
| XYZ | 29.4 | 48.01 | 36.15 | - |
| YUV | 154.63 | 124.82 | 54.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 208 | 149 | 0.75 | 0 | 0.28 | 0.18 | 157.31 | 0.62 | 0.51 |
| Hex | 34 | D0 | 95 | 4B | 0 | 1C | 12 | 9D | 3E | 33 |
| Octal | 64 | 320 | 225 | 113 | 0 | 34 | 22 | 235 | 76 | 63 |
| Binary | 110100 | 11010000 | 10010101 | 1001011 | 0 | 11100 | 10010 | 10011101 | 111110 | 110011 |
Color Harmonies of #34D095
Complementary color
Monochromatic Colors of #34D095
Black with #34D095
Text Example
Text Example
White with #34D095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D095; }
p { color: rgb(52,208,149); }
H1.HeaderClassName
{
color: #34D095;
}
.AnyTagClassName
{
color: #34D095;
}
</style>
background-color css
<style>
a { background-color: #34D095; }
a { background-color: rgb(52,208,149); }
div.DivClassName
{
background-color: #34D095;
}
.BgClassName
{
background-color: #34D095;
}
</style>
border-color css
<style>
span { border-color: #34D095; }
span { border-color: rgb(52,208,149); }
td.TdClassName
{
border-color: #34D095;
}
.TagClassName
{
border-color: #34D095;
}
</style>