Shades of Jungle Green #40B78B
Tints of Jungle Green #40B78B
RGB
CMYK
RGB Variations
Color information
#40B78B (or 0x40B78B) is known color: Jungle Green. HEX triplet: 40, B7 and 8B. RGB value is (64,183,139). Sum of RGB (Red+Green+Blue) = 64+183+139=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #40B78B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B78B is #BF4874. Grayscale: #8E8E8E. Windows color (decimal): -12535925 or 9156416. OLE color: 9156416.
HSL color Cylindrical-coordinate representation of color #40B78B: hue angle of 157.82º 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 #40B78B is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 183 | 139 | - |
| CMYK | 0.65 | 0 | 0.24 | 0.28 |
| HSL | 157.82º | 0.48% | 0.48% | - |
| HSV(B) | 157.82º | 0.65% | 0.72% | - |
| XYZ | 23.71 | 36.82 | 30.28 | - |
| YUV | 142.4 | 126.08 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 183 | 139 | 0.65 | 0 | 0.24 | 0.28 | 157.82 | 0.48 | 0.48 |
| Hex | 40 | B7 | 8B | 41 | 0 | 18 | 1C | 9E | 30 | 30 |
| Octal | 100 | 267 | 213 | 101 | 0 | 30 | 34 | 236 | 60 | 60 |
| Binary | 1000000 | 10110111 | 10001011 | 1000001 | 0 | 11000 | 11100 | 10011110 | 110000 | 110000 |
Color Harmonies of #40B78B
Complementary color
Monochromatic Colors of #40B78B
Black with #40B78B
Text Example
Text Example
White with #40B78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B78B; }
p { color: rgb(64,183,139); }
H1.HeaderClassName
{
color: #40B78B;
}
.AnyTagClassName
{
color: #40B78B;
}
</style>
background-color css
<style>
a { background-color: #40B78B; }
a { background-color: rgb(64,183,139); }
div.DivClassName
{
background-color: #40B78B;
}
.BgClassName
{
background-color: #40B78B;
}
</style>
border-color css
<style>
span { border-color: #40B78B; }
span { border-color: rgb(64,183,139); }
td.TdClassName
{
border-color: #40B78B;
}
.TagClassName
{
border-color: #40B78B;
}
</style>