Shades of Shamrock #34C384
Tints of Shamrock #34C384
RGB
CMYK
RGB Variations
Color information
#34C384 (or 0x34C384) is known color: Shamrock. HEX triplet: 34, C3 and 84. RGB value is (52,195,132). Sum of RGB (Red+Green+Blue) = 52+195+132=379 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.72% from 379); Green value is 195 (76.56% from 255 or 51.45% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 195 - color contains mainly: green. Hex color #34C384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C384 is #CB3C7B. Grayscale: #919191. Windows color (decimal): -13319292 or 8700724. OLE color: 8700724.
HSL color Cylindrical-coordinate representation of color #34C384: hue angle of 153.57º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C384 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 195 | 132 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.24 |
| HSL | 153.57º | 0.58% | 0.48% | - |
| HSV(B) | 153.57º | 0.73% | 0.76% | - |
| XYZ | 25.1 | 41.43 | 28.5 | - |
| YUV | 145.06 | 120.62 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 195 | 132 | 0.73 | 0 | 0.32 | 0.24 | 153.57 | 0.58 | 0.48 |
| Hex | 34 | C3 | 84 | 49 | 0 | 20 | 18 | 9A | 3A | 30 |
| Octal | 64 | 303 | 204 | 111 | 0 | 40 | 30 | 232 | 72 | 60 |
| Binary | 110100 | 11000011 | 10000100 | 1001001 | 0 | 100000 | 11000 | 10011010 | 111010 | 110000 |
Color Harmonies of #34C384
Complementary color
Monochromatic Colors of #34C384
Black with #34C384
Text Example
Text Example
White with #34C384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C384; }
p { color: rgb(52,195,132); }
H1.HeaderClassName
{
color: #34C384;
}
.AnyTagClassName
{
color: #34C384;
}
</style>
background-color css
<style>
a { background-color: #34C384; }
a { background-color: rgb(52,195,132); }
div.DivClassName
{
background-color: #34C384;
}
.BgClassName
{
background-color: #34C384;
}
</style>
border-color css
<style>
span { border-color: #34C384; }
span { border-color: rgb(52,195,132); }
td.TdClassName
{
border-color: #34C384;
}
.TagClassName
{
border-color: #34C384;
}
</style>