Shades of Shamrock #34CB91
Tints of Shamrock #34CB91
RGB
CMYK
RGB Variations
Color information
#34CB91 (or 0x34CB91) is known color: Shamrock. HEX triplet: 34, CB and 91. RGB value is (52,203,145). Sum of RGB (Red+Green+Blue) = 52+203+145=400 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #34CB91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CB91 is #CB346E. Grayscale: #979797. Windows color (decimal): -13317231 or 9554740. OLE color: 9554740.
HSL color Cylindrical-coordinate representation of color #34CB91: hue angle of 156.95º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34CB91 is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 203 | 145 | - |
| CMYK | 0.74 | 0 | 0.29 | 0.20 |
| HSL | 156.95º | 0.59% | 0.5% | - |
| HSV(B) | 156.95º | 0.74% | 0.8% | - |
| XYZ | 27.88 | 45.49 | 34.1 | - |
| YUV | 151.24 | 124.47 | 57.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 203 | 145 | 0.74 | 0 | 0.29 | 0.20 | 156.95 | 0.59 | 0.5 |
| Hex | 34 | CB | 91 | 4A | 0 | 1D | 14 | 9D | 3B | 32 |
| Octal | 64 | 313 | 221 | 112 | 0 | 35 | 24 | 235 | 73 | 62 |
| Binary | 110100 | 11001011 | 10010001 | 1001010 | 0 | 11101 | 10100 | 10011101 | 111011 | 110010 |
Color Harmonies of #34CB91
Complementary color
Monochromatic Colors of #34CB91
Black with #34CB91
Text Example
Text Example
White with #34CB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CB91; }
p { color: rgb(52,203,145); }
H1.HeaderClassName
{
color: #34CB91;
}
.AnyTagClassName
{
color: #34CB91;
}
</style>
background-color css
<style>
a { background-color: #34CB91; }
a { background-color: rgb(52,203,145); }
div.DivClassName
{
background-color: #34CB91;
}
.BgClassName
{
background-color: #34CB91;
}
</style>
border-color css
<style>
span { border-color: #34CB91; }
span { border-color: rgb(52,203,145); }
td.TdClassName
{
border-color: #34CB91;
}
.TagClassName
{
border-color: #34CB91;
}
</style>