Shades of Shamrock #34C595
Tints of Shamrock #34C595
RGB
CMYK
RGB Variations
Color information
#34C595 (or 0x34C595) is known color: Shamrock. HEX triplet: 34, C5 and 95. RGB value is (52,197,149). Sum of RGB (Red+Green+Blue) = 52+197+149=398 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.07% from 398); Green value is 197 (77.34% from 255 or 49.50% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 197 - color contains mainly: green. Hex color #34C595 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C595 is #CB3A6A. Grayscale: #949494. Windows color (decimal): -13318763 or 9815348. OLE color: 9815348.
HSL color Cylindrical-coordinate representation of color #34C595: hue angle of 160.14º 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 #34C595 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 197 | 149 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.23 |
| HSL | 160.14º | 0.58% | 0.49% | - |
| HSV(B) | 160.14º | 0.74% | 0.77% | - |
| XYZ | 26.81 | 42.83 | 35.29 | - |
| YUV | 148.17 | 128.46 | 59.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 197 | 149 | 0.74 | 0 | 0.24 | 0.23 | 160.14 | 0.58 | 0.49 |
| Hex | 34 | C5 | 95 | 4A | 0 | 18 | 17 | A0 | 3A | 31 |
| Octal | 64 | 305 | 225 | 112 | 0 | 30 | 27 | 240 | 72 | 61 |
| Binary | 110100 | 11000101 | 10010101 | 1001010 | 0 | 11000 | 10111 | 10100000 | 111010 | 110001 |
Color Harmonies of #34C595
Complementary color
Monochromatic Colors of #34C595
Black with #34C595
Text Example
Text Example
White with #34C595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C595; }
p { color: rgb(52,197,149); }
H1.HeaderClassName
{
color: #34C595;
}
.AnyTagClassName
{
color: #34C595;
}
</style>
background-color css
<style>
a { background-color: #34C595; }
a { background-color: rgb(52,197,149); }
div.DivClassName
{
background-color: #34C595;
}
.BgClassName
{
background-color: #34C595;
}
</style>
border-color css
<style>
span { border-color: #34C595; }
span { border-color: rgb(52,197,149); }
td.TdClassName
{
border-color: #34C595;
}
.TagClassName
{
border-color: #34C595;
}
</style>