Shades of Shamrock #35C388
Tints of Shamrock #35C388
RGB
CMYK
RGB Variations
Color information
#35C388 (or 0x35C388) is known color: Shamrock. HEX triplet: 35, C3 and 88. RGB value is (53,195,136). Sum of RGB (Red+Green+Blue) = 53+195+136=384 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.80% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #35C388 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C388 is #CA3C77. Grayscale: #919191. Windows color (decimal): -13253752 or 8962869. OLE color: 8962869.
HSL color Cylindrical-coordinate representation of color #35C388: hue angle of 155.07º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C388 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 195 | 136 | - |
| CMYK | 0.73 | 0 | 0.30 | 0.24 |
| HSL | 155.07º | 0.57% | 0.49% | - |
| HSV(B) | 155.07º | 0.73% | 0.76% | - |
| XYZ | 25.43 | 41.56 | 29.98 | - |
| YUV | 145.82 | 122.46 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 195 | 136 | 0.73 | 0 | 0.30 | 0.24 | 155.07 | 0.57 | 0.49 |
| Hex | 35 | C3 | 88 | 49 | 0 | 1E | 18 | 9B | 39 | 31 |
| Octal | 65 | 303 | 210 | 111 | 0 | 36 | 30 | 233 | 71 | 61 |
| Binary | 110101 | 11000011 | 10001000 | 1001001 | 0 | 11110 | 11000 | 10011011 | 111001 | 110001 |
Color Harmonies of #35C388
Complementary color
Monochromatic Colors of #35C388
Black with #35C388
Text Example
Text Example
White with #35C388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C388; }
p { color: rgb(53,195,136); }
H1.HeaderClassName
{
color: #35C388;
}
.AnyTagClassName
{
color: #35C388;
}
</style>
background-color css
<style>
a { background-color: #35C388; }
a { background-color: rgb(53,195,136); }
div.DivClassName
{
background-color: #35C388;
}
.BgClassName
{
background-color: #35C388;
}
</style>
border-color css
<style>
span { border-color: #35C388; }
span { border-color: rgb(53,195,136); }
td.TdClassName
{
border-color: #35C388;
}
.TagClassName
{
border-color: #35C388;
}
</style>