Shades of Shamrock #40B792
Tints of Shamrock #40B792
RGB
CMYK
RGB Variations
Color information
#40B792 (or 0x40B792) is known color: Shamrock. HEX triplet: 40, B7 and 92. RGB value is (64,183,146). Sum of RGB (Red+Green+Blue) = 64+183+146=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 183 (71.88% from 255 or 46.56% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 183 - color contains mainly: green. Hex color #40B792 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B792 is #BF486D. Grayscale: #8F8F8F. Windows color (decimal): -12535918 or 9615168. OLE color: 9615168.
HSL color Cylindrical-coordinate representation of color #40B792: hue angle of 161.34º 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 #40B792 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 183 | 146 | - |
| CMYK | 0.65 | 0 | 0.20 | 0.28 |
| HSL | 161.34º | 0.48% | 0.48% | - |
| HSV(B) | 161.34º | 0.65% | 0.72% | - |
| XYZ | 24.24 | 37.03 | 33.06 | - |
| YUV | 143.2 | 129.58 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 183 | 146 | 0.65 | 0 | 0.20 | 0.28 | 161.34 | 0.48 | 0.48 |
| Hex | 40 | B7 | 92 | 41 | 0 | 14 | 1C | A1 | 30 | 30 |
| Octal | 100 | 267 | 222 | 101 | 0 | 24 | 34 | 241 | 60 | 60 |
| Binary | 1000000 | 10110111 | 10010010 | 1000001 | 0 | 10100 | 11100 | 10100001 | 110000 | 110000 |
Color Harmonies of #40B792
Complementary color
Monochromatic Colors of #40B792
Black with #40B792
Text Example
Text Example
White with #40B792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B792; }
p { color: rgb(64,183,146); }
H1.HeaderClassName
{
color: #40B792;
}
.AnyTagClassName
{
color: #40B792;
}
</style>
background-color css
<style>
a { background-color: #40B792; }
a { background-color: rgb(64,183,146); }
div.DivClassName
{
background-color: #40B792;
}
.BgClassName
{
background-color: #40B792;
}
</style>
border-color css
<style>
span { border-color: #40B792; }
span { border-color: rgb(64,183,146); }
td.TdClassName
{
border-color: #40B792;
}
.TagClassName
{
border-color: #40B792;
}
</style>