Shades of Green Leaf #46751B
Tints of Green Leaf #46751B
RGB
CMYK
RGB Variations
Color information
#46751B (or 0x46751B) is known color: Green Leaf. HEX triplet: 46, 75 and 1B. RGB value is (70,117,27). Sum of RGB (Red+Green+Blue) = 70+117+27=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 117 (46.09% from 255 or 54.67% from 214); Blue value is 27 (10.94% from 255 or 12.62% from 214); Max value from RGB is 117 - color contains mainly: green. Hex color #46751B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46751B is #B98AE4. Grayscale: #5D5D5D. Windows color (decimal): -12159717 or 1799494. OLE color: 1799494.
HSL color Cylindrical-coordinate representation of color #46751B: hue angle of 91.33º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46751B is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 117 | 27 | - |
| CMYK | 0.40 | 0 | 0.77 | 0.54 |
| HSL | 91.33º | 0.63% | 0.28% | - |
| HSV(B) | 91.33º | 0.77% | 0.46% | - |
| XYZ | 9.08 | 14.1 | 3.28 | - |
| YUV | 92.69 | 90.93 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 117 | 27 | 0.40 | 0 | 0.77 | 0.54 | 91.33 | 0.63 | 0.28 |
| Hex | 46 | 75 | 1B | 28 | 0 | 4D | 36 | 5B | 3E | 1C |
| Octal | 106 | 165 | 33 | 50 | 0 | 115 | 66 | 133 | 76 | 34 |
| Binary | 1000110 | 1110101 | 11011 | 101000 | 0 | 1001101 | 110110 | 1011011 | 111110 | 11100 |
Color Harmonies of #46751B
Complementary color
Monochromatic Colors of #46751B
Black with #46751B
Text Example
Text Example
White with #46751B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46751B; }
p { color: rgb(70,117,27); }
H1.HeaderClassName
{
color: #46751B;
}
.AnyTagClassName
{
color: #46751B;
}
</style>
background-color css
<style>
a { background-color: #46751B; }
a { background-color: rgb(70,117,27); }
div.DivClassName
{
background-color: #46751B;
}
.BgClassName
{
background-color: #46751B;
}
</style>
border-color css
<style>
span { border-color: #46751B; }
span { border-color: rgb(70,117,27); }
td.TdClassName
{
border-color: #46751B;
}
.TagClassName
{
border-color: #46751B;
}
</style>