Shades of Shamrock #40C386
Tints of Shamrock #40C386
RGB
CMYK
RGB Variations
Color information
#40C386 (or 0x40C386) is known color: Shamrock. HEX triplet: 40, C3 and 86. RGB value is (64,195,134). Sum of RGB (Red+Green+Blue) = 64+195+134=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #40C386 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C386 is #BF3C79. Grayscale: #949494. Windows color (decimal): -12532858 or 8831808. OLE color: 8831808.
HSL color Cylindrical-coordinate representation of color #40C386: hue angle of 152.06º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C386 is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 195 | 134 | - |
| CMYK | 0.67 | 0 | 0.31 | 0.24 |
| HSL | 152.06º | 0.52% | 0.51% | - |
| HSV(B) | 152.06º | 0.67% | 0.76% | - |
| XYZ | 25.93 | 41.84 | 29.26 | - |
| YUV | 148.88 | 119.6 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 195 | 134 | 0.67 | 0 | 0.31 | 0.24 | 152.06 | 0.52 | 0.51 |
| Hex | 40 | C3 | 86 | 43 | 0 | 1F | 18 | 98 | 34 | 33 |
| Octal | 100 | 303 | 206 | 103 | 0 | 37 | 30 | 230 | 64 | 63 |
| Binary | 1000000 | 11000011 | 10000110 | 1000011 | 0 | 11111 | 11000 | 10011000 | 110100 | 110011 |
Color Harmonies of #40C386
Complementary color
Monochromatic Colors of #40C386
Black with #40C386
Text Example
Text Example
White with #40C386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C386; }
p { color: rgb(64,195,134); }
H1.HeaderClassName
{
color: #40C386;
}
.AnyTagClassName
{
color: #40C386;
}
</style>
background-color css
<style>
a { background-color: #40C386; }
a { background-color: rgb(64,195,134); }
div.DivClassName
{
background-color: #40C386;
}
.BgClassName
{
background-color: #40C386;
}
</style>
border-color css
<style>
span { border-color: #40C386; }
span { border-color: rgb(64,195,134); }
td.TdClassName
{
border-color: #40C386;
}
.TagClassName
{
border-color: #40C386;
}
</style>