Shades of Shamrock #34CB85
Tints of Shamrock #34CB85
RGB
CMYK
RGB Variations
Color information
#34CB85 (or 0x34CB85) is known color: Shamrock. HEX triplet: 34, CB and 85. RGB value is (52,203,133). Sum of RGB (Red+Green+Blue) = 52+203+133=388 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.40% from 388); Green value is 203 (79.69% from 255 or 52.32% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 203 - color contains mainly: green. Hex color #34CB85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CB85 is #CB347A. Grayscale: #969696. Windows color (decimal): -13317243 or 8768308. OLE color: 8768308.
HSL color Cylindrical-coordinate representation of color #34CB85: hue angle of 152.19º 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 #34CB85 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 203 | 133 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.20 |
| HSL | 152.19º | 0.59% | 0.5% | - |
| HSV(B) | 152.19º | 0.74% | 0.8% | - |
| XYZ | 27.01 | 45.14 | 29.48 | - |
| YUV | 149.87 | 118.47 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 203 | 133 | 0.74 | 0 | 0.34 | 0.20 | 152.19 | 0.59 | 0.5 |
| Hex | 34 | CB | 85 | 4A | 0 | 22 | 14 | 98 | 3B | 32 |
| Octal | 64 | 313 | 205 | 112 | 0 | 42 | 24 | 230 | 73 | 62 |
| Binary | 110100 | 11001011 | 10000101 | 1001010 | 0 | 100010 | 10100 | 10011000 | 111011 | 110010 |
Color Harmonies of #34CB85
Complementary color
Monochromatic Colors of #34CB85
Black with #34CB85
Text Example
Text Example
White with #34CB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CB85; }
p { color: rgb(52,203,133); }
H1.HeaderClassName
{
color: #34CB85;
}
.AnyTagClassName
{
color: #34CB85;
}
</style>
background-color css
<style>
a { background-color: #34CB85; }
a { background-color: rgb(52,203,133); }
div.DivClassName
{
background-color: #34CB85;
}
.BgClassName
{
background-color: #34CB85;
}
</style>
border-color css
<style>
span { border-color: #34CB85; }
span { border-color: rgb(52,203,133); }
td.TdClassName
{
border-color: #34CB85;
}
.TagClassName
{
border-color: #34CB85;
}
</style>