Shades of Shamrock #40B791
Tints of Shamrock #40B791
RGB
CMYK
RGB Variations
Color information
#40B791 (or 0x40B791) is known color: Shamrock. HEX triplet: 40, B7 and 91. RGB value is (64,183,145). Sum of RGB (Red+Green+Blue) = 64+183+145=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 183 - color contains mainly: green. Hex color #40B791 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B791 is #BF486E. Grayscale: #8F8F8F. Windows color (decimal): -12535919 or 9549632. OLE color: 9549632.
HSL color Cylindrical-coordinate representation of color #40B791: hue angle of 160.84º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B791 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 183 | 145 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.28 |
| HSL | 160.84º | 0.48% | 0.48% | - |
| HSV(B) | 160.84º | 0.65% | 0.72% | - |
| XYZ | 24.16 | 37 | 32.66 | - |
| YUV | 143.09 | 129.08 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 183 | 145 | 0.65 | 0 | 0.21 | 0.28 | 160.84 | 0.48 | 0.48 |
| Hex | 40 | B7 | 91 | 41 | 0 | 15 | 1C | A1 | 30 | 30 |
| Octal | 100 | 267 | 221 | 101 | 0 | 25 | 34 | 241 | 60 | 60 |
| Binary | 1000000 | 10110111 | 10010001 | 1000001 | 0 | 10101 | 11100 | 10100001 | 110000 | 110000 |
Color Harmonies of #40B791
Complementary color
Monochromatic Colors of #40B791
Black with #40B791
Text Example
Text Example
White with #40B791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B791; }
p { color: rgb(64,183,145); }
H1.HeaderClassName
{
color: #40B791;
}
.AnyTagClassName
{
color: #40B791;
}
</style>
background-color css
<style>
a { background-color: #40B791; }
a { background-color: rgb(64,183,145); }
div.DivClassName
{
background-color: #40B791;
}
.BgClassName
{
background-color: #40B791;
}
</style>
border-color css
<style>
span { border-color: #40B791; }
span { border-color: rgb(64,183,145); }
td.TdClassName
{
border-color: #40B791;
}
.TagClassName
{
border-color: #40B791;
}
</style>