Shades of Green Leaf #46740B
Tints of Green Leaf #46740B
RGB
CMYK
RGB Variations
Color information
#46740B (or 0x46740B) is known color: Green Leaf. HEX triplet: 46, 74 and 0B. RGB value is (70,116,11). Sum of RGB (Red+Green+Blue) = 70+116+11=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 116 (45.70% from 255 or 58.88% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 116 - color contains mainly: green. Hex color #46740B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46740B is #B98BF4. Grayscale: #5A5A5A. Windows color (decimal): -12159989 or 750662. OLE color: 750662.
HSL color Cylindrical-coordinate representation of color #46740B: hue angle of 86.29º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46740B is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 116 | 11 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.55 |
| HSL | 86.29º | 0.83% | 0.25% | - |
| HSV(B) | 86.29º | 0.91% | 0.45% | - |
| XYZ | 8.83 | 13.82 | 2.52 | - |
| YUV | 90.28 | 83.26 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 116 | 11 | 0.40 | 0 | 0.91 | 0.55 | 86.29 | 0.83 | 0.25 |
| Hex | 46 | 74 | B | 28 | 0 | 5B | 37 | 56 | 53 | 19 |
| Octal | 106 | 164 | 13 | 50 | 0 | 133 | 67 | 126 | 123 | 31 |
| Binary | 1000110 | 1110100 | 1011 | 101000 | 0 | 1011011 | 110111 | 1010110 | 1010011 | 11001 |
Color Harmonies of #46740B
Complementary color
Monochromatic Colors of #46740B
Black with #46740B
Text Example
Text Example
White with #46740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46740B; }
p { color: rgb(70,116,11); }
H1.HeaderClassName
{
color: #46740B;
}
.AnyTagClassName
{
color: #46740B;
}
</style>
background-color css
<style>
a { background-color: #46740B; }
a { background-color: rgb(70,116,11); }
div.DivClassName
{
background-color: #46740B;
}
.BgClassName
{
background-color: #46740B;
}
</style>
border-color css
<style>
span { border-color: #46740B; }
span { border-color: rgb(70,116,11); }
td.TdClassName
{
border-color: #46740B;
}
.TagClassName
{
border-color: #46740B;
}
</style>