Shades of Green Leaf #4E632B
Tints of Green Leaf #4E632B
RGB
CMYK
RGB Variations
Color information
#4E632B (or 0x4E632B) is known color: Green Leaf. HEX triplet: 4E, 63 and 2B. RGB value is (78,99,43). Sum of RGB (Red+Green+Blue) = 78+99+43=220 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.45% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #4E632B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E632B is #B19CD4. Grayscale: #565656. Windows color (decimal): -11640021 or 2843470. OLE color: 2843470.
HSL color Cylindrical-coordinate representation of color #4E632B: hue angle of 82.5º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4E632B is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 78 | 99 | 43 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.61 |
| HSL | 82.5º | 0.39% | 0.28% | - |
| HSV(B) | 82.5º | 0.57% | 0.39% | - |
| XYZ | 8.04 | 10.72 | 3.93 | - |
| YUV | 86.34 | 103.54 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 99 | 43 | 0.21 | 0 | 0.57 | 0.61 | 82.5 | 0.39 | 0.28 |
| Hex | 4E | 63 | 2B | 15 | 0 | 39 | 3D | 52 | 27 | 1C |
| Octal | 116 | 143 | 53 | 25 | 0 | 71 | 75 | 122 | 47 | 34 |
| Binary | 1001110 | 1100011 | 101011 | 10101 | 0 | 111001 | 111101 | 1010010 | 100111 | 11100 |
Color Harmonies of #4E632B
Complementary color
Monochromatic Colors of #4E632B
Black with #4E632B
Text Example
Text Example
White with #4E632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E632B; }
p { color: rgb(78,99,43); }
H1.HeaderClassName
{
color: #4E632B;
}
.AnyTagClassName
{
color: #4E632B;
}
</style>
background-color css
<style>
a { background-color: #4E632B; }
a { background-color: rgb(78,99,43); }
div.DivClassName
{
background-color: #4E632B;
}
.BgClassName
{
background-color: #4E632B;
}
</style>
border-color css
<style>
span { border-color: #4E632B; }
span { border-color: rgb(78,99,43); }
td.TdClassName
{
border-color: #4E632B;
}
.TagClassName
{
border-color: #4E632B;
}
</style>