Shades of Green Leaf #43700D
Tints of Green Leaf #43700D
RGB
CMYK
RGB Variations
Color information
#43700D (or 0x43700D) is known color: Green Leaf. HEX triplet: 43, 70 and 0D. RGB value is (67,112,13). Sum of RGB (Red+Green+Blue) = 67+112+13=192 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.90% from 192); Green value is 112 (44.14% from 255 or 58.33% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 112 - color contains mainly: green. Hex color #43700D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43700D is #BC8FF2. Grayscale: #575757. Windows color (decimal): -12357619 or 880707. OLE color: 880707.
HSL color Cylindrical-coordinate representation of color #43700D: hue angle of 87.27º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #43700D is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 112 | 13 | - |
| CMYK | 0.40 | 0 | 0.88 | 0.56 |
| HSL | 87.27º | 0.79% | 0.25% | - |
| HSV(B) | 87.27º | 0.88% | 0.44% | - |
| XYZ | 8.18 | 12.81 | 2.42 | - |
| YUV | 87.26 | 86.09 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 112 | 13 | 0.40 | 0 | 0.88 | 0.56 | 87.27 | 0.79 | 0.25 |
| Hex | 43 | 70 | D | 28 | 0 | 58 | 38 | 57 | 4F | 19 |
| Octal | 103 | 160 | 15 | 50 | 0 | 130 | 70 | 127 | 117 | 31 |
| Binary | 1000011 | 1110000 | 1101 | 101000 | 0 | 1011000 | 111000 | 1010111 | 1001111 | 11001 |
Color Harmonies of #43700D
Complementary color
Monochromatic Colors of #43700D
Black with #43700D
Text Example
Text Example
White with #43700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43700D; }
p { color: rgb(67,112,13); }
H1.HeaderClassName
{
color: #43700D;
}
.AnyTagClassName
{
color: #43700D;
}
</style>
background-color css
<style>
a { background-color: #43700D; }
a { background-color: rgb(67,112,13); }
div.DivClassName
{
background-color: #43700D;
}
.BgClassName
{
background-color: #43700D;
}
</style>
border-color css
<style>
span { border-color: #43700D; }
span { border-color: rgb(67,112,13); }
td.TdClassName
{
border-color: #43700D;
}
.TagClassName
{
border-color: #43700D;
}
</style>