Shades of Green Leaf #40700B
Tints of Green Leaf #40700B
RGB
CMYK
RGB Variations
Color information
#40700B (or 0x40700B) is known color: Green Leaf. HEX triplet: 40, 70 and 0B. RGB value is (64,112,11). Sum of RGB (Red+Green+Blue) = 64+112+11=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 112 (44.14% from 255 or 59.89% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 112 - color contains mainly: green. Hex color #40700B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40700B is #BF8FF4. Grayscale: #565656. Windows color (decimal): -12554229 or 749632. OLE color: 749632.
HSL color Cylindrical-coordinate representation of color #40700B: hue angle of 88.51º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40700B is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 112 | 11 | - |
| CMYK | 0.43 | 0 | 0.90 | 0.56 |
| HSL | 88.51º | 0.82% | 0.24% | - |
| HSV(B) | 88.51º | 0.9% | 0.44% | - |
| XYZ | 7.97 | 12.7 | 2.35 | - |
| YUV | 86.13 | 85.6 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 112 | 11 | 0.43 | 0 | 0.90 | 0.56 | 88.51 | 0.82 | 0.24 |
| Hex | 40 | 70 | B | 2B | 0 | 5A | 38 | 59 | 52 | 18 |
| Octal | 100 | 160 | 13 | 53 | 0 | 132 | 70 | 131 | 122 | 30 |
| Binary | 1000000 | 1110000 | 1011 | 101011 | 0 | 1011010 | 111000 | 1011001 | 1010010 | 11000 |
Color Harmonies of #40700B
Complementary color
Monochromatic Colors of #40700B
Black with #40700B
Text Example
Text Example
White with #40700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40700B; }
p { color: rgb(64,112,11); }
H1.HeaderClassName
{
color: #40700B;
}
.AnyTagClassName
{
color: #40700B;
}
</style>
background-color css
<style>
a { background-color: #40700B; }
a { background-color: rgb(64,112,11); }
div.DivClassName
{
background-color: #40700B;
}
.BgClassName
{
background-color: #40700B;
}
</style>
border-color css
<style>
span { border-color: #40700B; }
span { border-color: rgb(64,112,11); }
td.TdClassName
{
border-color: #40700B;
}
.TagClassName
{
border-color: #40700B;
}
</style>