Shades of Green Leaf #43700B
Tints of Green Leaf #43700B
RGB
CMYK
RGB Variations
Color information
#43700B (or 0x43700B) is known color: Green Leaf. HEX triplet: 43, 70 and 0B. RGB value is (67,112,11). Sum of RGB (Red+Green+Blue) = 67+112+11=190 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.26% from 190); Green value is 112 (44.14% from 255 or 58.95% from 190); Blue value is 11 (4.69% from 255 or 5.79% from 190); Max value from RGB is 112 - color contains mainly: green. Hex color #43700B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43700B is #BC8FF4. Grayscale: #575757. Windows color (decimal): -12357621 or 749635. OLE color: 749635.
HSL color Cylindrical-coordinate representation of color #43700B: hue angle of 86.73º 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 #43700B is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 112 | 11 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.56 |
| HSL | 86.73º | 0.82% | 0.24% | - |
| HSV(B) | 86.73º | 0.9% | 0.44% | - |
| XYZ | 8.17 | 12.81 | 2.36 | - |
| YUV | 87.03 | 85.09 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 112 | 11 | 0.40 | 0 | 0.90 | 0.56 | 86.73 | 0.82 | 0.24 |
| Hex | 43 | 70 | B | 28 | 0 | 5A | 38 | 57 | 52 | 18 |
| Octal | 103 | 160 | 13 | 50 | 0 | 132 | 70 | 127 | 122 | 30 |
| Binary | 1000011 | 1110000 | 1011 | 101000 | 0 | 1011010 | 111000 | 1010111 | 1010010 | 11000 |
Color Harmonies of #43700B
Complementary color
Monochromatic Colors of #43700B
Black with #43700B
Text Example
Text Example
White with #43700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43700B; }
p { color: rgb(67,112,11); }
H1.HeaderClassName
{
color: #43700B;
}
.AnyTagClassName
{
color: #43700B;
}
</style>
background-color css
<style>
a { background-color: #43700B; }
a { background-color: rgb(67,112,11); }
div.DivClassName
{
background-color: #43700B;
}
.BgClassName
{
background-color: #43700B;
}
</style>
border-color css
<style>
span { border-color: #43700B; }
span { border-color: rgb(67,112,11); }
td.TdClassName
{
border-color: #43700B;
}
.TagClassName
{
border-color: #43700B;
}
</style>