Shades of Shamrock #34C78B
Tints of Shamrock #34C78B
RGB
CMYK
RGB Variations
Color information
#34C78B (or 0x34C78B) is known color: Shamrock. HEX triplet: 34, C7 and 8B. RGB value is (52,199,139). Sum of RGB (Red+Green+Blue) = 52+199+139=390 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.33% from 390); Green value is 199 (78.12% from 255 or 51.03% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 199 - color contains mainly: green. Hex color #34C78B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C78B is #CB3874. Grayscale: #949494. Windows color (decimal): -13318261 or 9160500. OLE color: 9160500.
HSL color Cylindrical-coordinate representation of color #34C78B: hue angle of 155.51º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C78B is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 199 | 139 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.22 |
| HSL | 155.51º | 0.59% | 0.49% | - |
| HSV(B) | 155.51º | 0.74% | 0.78% | - |
| XYZ | 26.5 | 43.44 | 31.41 | - |
| YUV | 148.21 | 122.8 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 199 | 139 | 0.74 | 0 | 0.30 | 0.22 | 155.51 | 0.59 | 0.49 |
| Hex | 34 | C7 | 8B | 4A | 0 | 1E | 16 | 9C | 3B | 31 |
| Octal | 64 | 307 | 213 | 112 | 0 | 36 | 26 | 234 | 73 | 61 |
| Binary | 110100 | 11000111 | 10001011 | 1001010 | 0 | 11110 | 10110 | 10011100 | 111011 | 110001 |
Color Harmonies of #34C78B
Complementary color
Monochromatic Colors of #34C78B
Black with #34C78B
Text Example
Text Example
White with #34C78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C78B; }
p { color: rgb(52,199,139); }
H1.HeaderClassName
{
color: #34C78B;
}
.AnyTagClassName
{
color: #34C78B;
}
</style>
background-color css
<style>
a { background-color: #34C78B; }
a { background-color: rgb(52,199,139); }
div.DivClassName
{
background-color: #34C78B;
}
.BgClassName
{
background-color: #34C78B;
}
</style>
border-color css
<style>
span { border-color: #34C78B; }
span { border-color: rgb(52,199,139); }
td.TdClassName
{
border-color: #34C78B;
}
.TagClassName
{
border-color: #34C78B;
}
</style>