Shades of Green Leaf #4E6327
Tints of Green Leaf #4E6327
RGB
CMYK
RGB Variations
Color information
#4E6327 (or 0x4E6327) is known color: Green Leaf. HEX triplet: 4E, 63 and 27. RGB value is (78,99,39). Sum of RGB (Red+Green+Blue) = 78+99+39=216 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.11% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 99 - color contains mainly: green. Hex color #4E6327 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6327 is #B19CD8. Grayscale: #565656. Windows color (decimal): -11640025 or 2581326. OLE color: 2581326.
HSL color Cylindrical-coordinate representation of color #4E6327: hue angle of 81º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E6327 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 78 | 99 | 39 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.61 |
| HSL | 81º | 0.43% | 0.27% | - |
| HSV(B) | 81º | 0.61% | 0.39% | - |
| XYZ | 7.97 | 10.69 | 3.56 | - |
| YUV | 85.88 | 101.54 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 99 | 39 | 0.21 | 0 | 0.61 | 0.61 | 81 | 0.43 | 0.27 |
| Hex | 4E | 63 | 27 | 15 | 0 | 3D | 3D | 51 | 2B | 1B |
| Octal | 116 | 143 | 47 | 25 | 0 | 75 | 75 | 121 | 53 | 33 |
| Binary | 1001110 | 1100011 | 100111 | 10101 | 0 | 111101 | 111101 | 1010001 | 101011 | 11011 |
Color Harmonies of #4E6327
Complementary color
Monochromatic Colors of #4E6327
Black with #4E6327
Text Example
Text Example
White with #4E6327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6327; }
p { color: rgb(78,99,39); }
H1.HeaderClassName
{
color: #4E6327;
}
.AnyTagClassName
{
color: #4E6327;
}
</style>
background-color css
<style>
a { background-color: #4E6327; }
a { background-color: rgb(78,99,39); }
div.DivClassName
{
background-color: #4E6327;
}
.BgClassName
{
background-color: #4E6327;
}
</style>
border-color css
<style>
span { border-color: #4E6327; }
span { border-color: rgb(78,99,39); }
td.TdClassName
{
border-color: #4E6327;
}
.TagClassName
{
border-color: #4E6327;
}
</style>