Shades of Green Leaf #4E731B
Tints of Green Leaf #4E731B
RGB
CMYK
RGB Variations
Color information
#4E731B (or 0x4E731B) is known color: Green Leaf. HEX triplet: 4E, 73 and 1B. RGB value is (78,115,27). Sum of RGB (Red+Green+Blue) = 78+115+27=220 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.45% from 220); Green value is 115 (45.31% from 255 or 52.27% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 115 - color contains mainly: green. Hex color #4E731B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E731B is #B18CE4. Grayscale: #5E5E5E. Windows color (decimal): -11635941 or 1798990. OLE color: 1798990.
HSL color Cylindrical-coordinate representation of color #4E731B: hue angle of 85.23º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E731B is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 115 | 27 | - |
| CMYK | 0.32 | 0 | 0.77 | 0.55 |
| HSL | 85.23º | 0.62% | 0.28% | - |
| HSV(B) | 85.23º | 0.77% | 0.45% | - |
| XYZ | 9.47 | 13.96 | 3.23 | - |
| YUV | 93.91 | 90.24 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 115 | 27 | 0.32 | 0 | 0.77 | 0.55 | 85.23 | 0.62 | 0.28 |
| Hex | 4E | 73 | 1B | 20 | 0 | 4D | 37 | 55 | 3E | 1C |
| Octal | 116 | 163 | 33 | 40 | 0 | 115 | 67 | 125 | 76 | 34 |
| Binary | 1001110 | 1110011 | 11011 | 100000 | 0 | 1001101 | 110111 | 1010101 | 111110 | 11100 |
Color Harmonies of #4E731B
Complementary color
Monochromatic Colors of #4E731B
Black with #4E731B
Text Example
Text Example
White with #4E731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E731B; }
p { color: rgb(78,115,27); }
H1.HeaderClassName
{
color: #4E731B;
}
.AnyTagClassName
{
color: #4E731B;
}
</style>
background-color css
<style>
a { background-color: #4E731B; }
a { background-color: rgb(78,115,27); }
div.DivClassName
{
background-color: #4E731B;
}
.BgClassName
{
background-color: #4E731B;
}
</style>
border-color css
<style>
span { border-color: #4E731B; }
span { border-color: rgb(78,115,27); }
td.TdClassName
{
border-color: #4E731B;
}
.TagClassName
{
border-color: #4E731B;
}
</style>