Shades of Shamrock #34C59C
Tints of Shamrock #34C59C
RGB
CMYK
RGB Variations
Color information
#34C59C (or 0x34C59C) is known color: Shamrock. HEX triplet: 34, C5 and 9C. RGB value is (52,197,156). Sum of RGB (Red+Green+Blue) = 52+197+156=405 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.84% from 405); Green value is 197 (77.34% from 255 or 48.64% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 197 - color contains mainly: green. Hex color #34C59C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C59C is #CB3A63. Grayscale: #949494. Windows color (decimal): -13318756 or 10274100. OLE color: 10274100.
HSL color Cylindrical-coordinate representation of color #34C59C: hue angle of 163.03º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C59C is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 197 | 156 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.23 |
| HSL | 163.03º | 0.58% | 0.49% | - |
| HSV(B) | 163.03º | 0.74% | 0.77% | - |
| XYZ | 27.38 | 43.06 | 38.32 | - |
| YUV | 148.97 | 131.96 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 197 | 156 | 0.74 | 0 | 0.21 | 0.23 | 163.03 | 0.58 | 0.49 |
| Hex | 34 | C5 | 9C | 4A | 0 | 15 | 17 | A3 | 3A | 31 |
| Octal | 64 | 305 | 234 | 112 | 0 | 25 | 27 | 243 | 72 | 61 |
| Binary | 110100 | 11000101 | 10011100 | 1001010 | 0 | 10101 | 10111 | 10100011 | 111010 | 110001 |
Color Harmonies of #34C59C
Complementary color
Monochromatic Colors of #34C59C
Black with #34C59C
Text Example
Text Example
White with #34C59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C59C; }
p { color: rgb(52,197,156); }
H1.HeaderClassName
{
color: #34C59C;
}
.AnyTagClassName
{
color: #34C59C;
}
</style>
background-color css
<style>
a { background-color: #34C59C; }
a { background-color: rgb(52,197,156); }
div.DivClassName
{
background-color: #34C59C;
}
.BgClassName
{
background-color: #34C59C;
}
</style>
border-color css
<style>
span { border-color: #34C59C; }
span { border-color: rgb(52,197,156); }
td.TdClassName
{
border-color: #34C59C;
}
.TagClassName
{
border-color: #34C59C;
}
</style>