Shades of Green Leaf #46730B
Tints of Green Leaf #46730B
RGB
CMYK
RGB Variations
Color information
#46730B (or 0x46730B) is known color: Green Leaf. HEX triplet: 46, 73 and 0B. RGB value is (70,115,11). Sum of RGB (Red+Green+Blue) = 70+115+11=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 115 (45.31% from 255 or 58.67% from 196); Blue value is 11 (4.69% from 255 or 5.61% from 196); Max value from RGB is 115 - color contains mainly: green. Hex color #46730B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46730B is #B98CF4. Grayscale: #5A5A5A. Windows color (decimal): -12160245 or 750406. OLE color: 750406.
HSL color Cylindrical-coordinate representation of color #46730B: hue angle of 85.96º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46730B is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 115 | 11 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.55 |
| HSL | 85.96º | 0.83% | 0.25% | - |
| HSV(B) | 85.96º | 0.9% | 0.45% | - |
| XYZ | 8.72 | 13.59 | 2.48 | - |
| YUV | 89.69 | 83.59 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 115 | 11 | 0.39 | 0 | 0.90 | 0.55 | 85.96 | 0.83 | 0.25 |
| Hex | 46 | 73 | B | 27 | 0 | 5A | 37 | 56 | 53 | 19 |
| Octal | 106 | 163 | 13 | 47 | 0 | 132 | 67 | 126 | 123 | 31 |
| Binary | 1000110 | 1110011 | 1011 | 100111 | 0 | 1011010 | 110111 | 1010110 | 1010011 | 11001 |
Color Harmonies of #46730B
Complementary color
Monochromatic Colors of #46730B
Black with #46730B
Text Example
Text Example
White with #46730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46730B; }
p { color: rgb(70,115,11); }
H1.HeaderClassName
{
color: #46730B;
}
.AnyTagClassName
{
color: #46730B;
}
</style>
background-color css
<style>
a { background-color: #46730B; }
a { background-color: rgb(70,115,11); }
div.DivClassName
{
background-color: #46730B;
}
.BgClassName
{
background-color: #46730B;
}
</style>
border-color css
<style>
span { border-color: #46730B; }
span { border-color: rgb(70,115,11); }
td.TdClassName
{
border-color: #46730B;
}
.TagClassName
{
border-color: #46730B;
}
</style>