Shades of Shamrock #34D582
Tints of Shamrock #34D582
RGB
CMYK
RGB Variations
Color information
#34D582 (or 0x34D582) is known color: Shamrock. HEX triplet: 34, D5 and 82. RGB value is (52,213,130). Sum of RGB (Red+Green+Blue) = 52+213+130=395 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.16% from 395); Green value is 213 (83.59% from 255 or 53.92% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 213 - color contains mainly: green. Hex color #34D582 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D582 is #CB2A7D. Grayscale: #9B9B9B. Windows color (decimal): -13314686 or 8574260. OLE color: 8574260.
HSL color Cylindrical-coordinate representation of color #34D582: hue angle of 149.07º 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 #34D582 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 213 | 130 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.16 |
| HSL | 149.07º | 0.66% | 0.52% | - |
| HSV(B) | 149.07º | 0.76% | 0.84% | - |
| XYZ | 29.24 | 49.93 | 29.22 | - |
| YUV | 155.4 | 113.66 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 213 | 130 | 0.76 | 0 | 0.39 | 0.16 | 149.07 | 0.66 | 0.52 |
| Hex | 34 | D5 | 82 | 4C | 0 | 27 | 10 | 95 | 42 | 34 |
| Octal | 64 | 325 | 202 | 114 | 0 | 47 | 20 | 225 | 102 | 64 |
| Binary | 110100 | 11010101 | 10000010 | 1001100 | 0 | 100111 | 10000 | 10010101 | 1000010 | 110100 |
Color Harmonies of #34D582
Complementary color
Monochromatic Colors of #34D582
Black with #34D582
Text Example
Text Example
White with #34D582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D582; }
p { color: rgb(52,213,130); }
H1.HeaderClassName
{
color: #34D582;
}
.AnyTagClassName
{
color: #34D582;
}
</style>
background-color css
<style>
a { background-color: #34D582; }
a { background-color: rgb(52,213,130); }
div.DivClassName
{
background-color: #34D582;
}
.BgClassName
{
background-color: #34D582;
}
</style>
border-color css
<style>
span { border-color: #34D582; }
span { border-color: rgb(52,213,130); }
td.TdClassName
{
border-color: #34D582;
}
.TagClassName
{
border-color: #34D582;
}
</style>