Shades of Green Leaf #46741A
Tints of Green Leaf #46741A
RGB
CMYK
RGB Variations
Color information
#46741A (or 0x46741A) is known color: Green Leaf. HEX triplet: 46, 74 and 1A. RGB value is (70,116,26). Sum of RGB (Red+Green+Blue) = 70+116+26=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 116 (45.70% from 255 or 54.72% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 116 - color contains mainly: green. Hex color #46741A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46741A is #B98BE5. Grayscale: #5C5C5C. Windows color (decimal): -12159974 or 1733702. OLE color: 1733702.
HSL color Cylindrical-coordinate representation of color #46741A: hue angle of 90.67º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #46741A is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 116 | 26 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.55 |
| HSL | 90.67º | 0.63% | 0.28% | - |
| HSV(B) | 90.67º | 0.78% | 0.45% | - |
| XYZ | 8.96 | 13.87 | 3.18 | - |
| YUV | 91.99 | 90.76 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 116 | 26 | 0.40 | 0 | 0.78 | 0.55 | 90.67 | 0.63 | 0.28 |
| Hex | 46 | 74 | 1A | 28 | 0 | 4E | 37 | 5B | 3F | 1C |
| Octal | 106 | 164 | 32 | 50 | 0 | 116 | 67 | 133 | 77 | 34 |
| Binary | 1000110 | 1110100 | 11010 | 101000 | 0 | 1001110 | 110111 | 1011011 | 111111 | 11100 |
Color Harmonies of #46741A
Complementary color
Monochromatic Colors of #46741A
Black with #46741A
Text Example
Text Example
White with #46741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46741A; }
p { color: rgb(70,116,26); }
H1.HeaderClassName
{
color: #46741A;
}
.AnyTagClassName
{
color: #46741A;
}
</style>
background-color css
<style>
a { background-color: #46741A; }
a { background-color: rgb(70,116,26); }
div.DivClassName
{
background-color: #46741A;
}
.BgClassName
{
background-color: #46741A;
}
</style>
border-color css
<style>
span { border-color: #46741A; }
span { border-color: rgb(70,116,26); }
td.TdClassName
{
border-color: #46741A;
}
.TagClassName
{
border-color: #46741A;
}
</style>