Shades of Shamrock #34C892
Tints of Shamrock #34C892
RGB
CMYK
RGB Variations
Color information
#34C892 (or 0x34C892) is known color: Shamrock. HEX triplet: 34, C8 and 92. RGB value is (52,200,146). Sum of RGB (Red+Green+Blue) = 52+200+146=398 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.07% from 398); Green value is 200 (78.52% from 255 or 50.25% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 200 - color contains mainly: green. Hex color #34C892 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C892 is #CB376D. Grayscale: #959595. Windows color (decimal): -13317998 or 9619508. OLE color: 9619508.
HSL color Cylindrical-coordinate representation of color #34C892: hue angle of 158.11º 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 #34C892 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 200 | 146 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.22 |
| HSL | 158.11º | 0.59% | 0.49% | - |
| HSV(B) | 158.11º | 0.74% | 0.78% | - |
| XYZ | 27.26 | 44.11 | 34.27 | - |
| YUV | 149.59 | 125.97 | 58.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 200 | 146 | 0.74 | 0 | 0.27 | 0.22 | 158.11 | 0.59 | 0.49 |
| Hex | 34 | C8 | 92 | 4A | 0 | 1B | 16 | 9E | 3B | 31 |
| Octal | 64 | 310 | 222 | 112 | 0 | 33 | 26 | 236 | 73 | 61 |
| Binary | 110100 | 11001000 | 10010010 | 1001010 | 0 | 11011 | 10110 | 10011110 | 111011 | 110001 |
Color Harmonies of #34C892
Complementary color
Monochromatic Colors of #34C892
Black with #34C892
Text Example
Text Example
White with #34C892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C892; }
p { color: rgb(52,200,146); }
H1.HeaderClassName
{
color: #34C892;
}
.AnyTagClassName
{
color: #34C892;
}
</style>
background-color css
<style>
a { background-color: #34C892; }
a { background-color: rgb(52,200,146); }
div.DivClassName
{
background-color: #34C892;
}
.BgClassName
{
background-color: #34C892;
}
</style>
border-color css
<style>
span { border-color: #34C892; }
span { border-color: rgb(52,200,146); }
td.TdClassName
{
border-color: #34C892;
}
.TagClassName
{
border-color: #34C892;
}
</style>