Shades of Green Leaf #4E632A
Tints of Green Leaf #4E632A
RGB
CMYK
RGB Variations
Color information
#4E632A (or 0x4E632A) is known color: Green Leaf. HEX triplet: 4E, 63 and 2A. RGB value is (78,99,42). Sum of RGB (Red+Green+Blue) = 78+99+42=219 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.62% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 99 - color contains mainly: green. Hex color #4E632A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E632A is #B19CD5. Grayscale: #565656. Windows color (decimal): -11640022 or 2777934. OLE color: 2777934.
HSL color Cylindrical-coordinate representation of color #4E632A: hue angle of 82.11º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E632A is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 78 | 99 | 42 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.61 |
| HSL | 82.11º | 0.4% | 0.28% | - |
| HSV(B) | 82.11º | 0.58% | 0.39% | - |
| XYZ | 8.02 | 10.71 | 3.84 | - |
| YUV | 86.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 99 | 42 | 0.21 | 0 | 0.58 | 0.61 | 82.11 | 0.4 | 0.28 |
| Hex | 4E | 63 | 2A | 15 | 0 | 3A | 3D | 52 | 28 | 1C |
| Octal | 116 | 143 | 52 | 25 | 0 | 72 | 75 | 122 | 50 | 34 |
| Binary | 1001110 | 1100011 | 101010 | 10101 | 0 | 111010 | 111101 | 1010010 | 101000 | 11100 |
Color Harmonies of #4E632A
Complementary color
Monochromatic Colors of #4E632A
Black with #4E632A
Text Example
Text Example
White with #4E632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E632A; }
p { color: rgb(78,99,42); }
H1.HeaderClassName
{
color: #4E632A;
}
.AnyTagClassName
{
color: #4E632A;
}
</style>
background-color css
<style>
a { background-color: #4E632A; }
a { background-color: rgb(78,99,42); }
div.DivClassName
{
background-color: #4E632A;
}
.BgClassName
{
background-color: #4E632A;
}
</style>
border-color css
<style>
span { border-color: #4E632A; }
span { border-color: rgb(78,99,42); }
td.TdClassName
{
border-color: #4E632A;
}
.TagClassName
{
border-color: #4E632A;
}
</style>