Shades of Green Leaf #4E6630
Tints of Green Leaf #4E6630
RGB
CMYK
RGB Variations
Color information
#4E6630 (or 0x4E6630) is known color: Green Leaf. HEX triplet: 4E, 66 and 30. RGB value is (78,102,48). Sum of RGB (Red+Green+Blue) = 78+102+48=228 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.21% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 102 - color contains mainly: green. Hex color #4E6630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6630 is #B199CF. Grayscale: #585858. Windows color (decimal): -11639248 or 3171918. OLE color: 3171918.
HSL color Cylindrical-coordinate representation of color #4E6630: hue angle of 86.67º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4E6630 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 78 | 102 | 48 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.6 |
| HSL | 86.67º | 0.36% | 0.29% | - |
| HSV(B) | 86.67º | 0.53% | 0.4% | - |
| XYZ | 8.43 | 11.34 | 4.54 | - |
| YUV | 88.67 | 105.05 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 102 | 48 | 0.24 | 0 | 0.53 | 0.6 | 86.67 | 0.36 | 0.29 |
| Hex | 4E | 66 | 30 | 18 | 0 | 35 | 3C | 57 | 24 | 1D |
| Octal | 116 | 146 | 60 | 30 | 0 | 65 | 74 | 127 | 44 | 35 |
| Binary | 1001110 | 1100110 | 110000 | 11000 | 0 | 110101 | 111100 | 1010111 | 100100 | 11101 |
Color Harmonies of #4E6630
Complementary color
Monochromatic Colors of #4E6630
Black with #4E6630
Text Example
Text Example
White with #4E6630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6630; }
p { color: rgb(78,102,48); }
H1.HeaderClassName
{
color: #4E6630;
}
.AnyTagClassName
{
color: #4E6630;
}
</style>
background-color css
<style>
a { background-color: #4E6630; }
a { background-color: rgb(78,102,48); }
div.DivClassName
{
background-color: #4E6630;
}
.BgClassName
{
background-color: #4E6630;
}
</style>
border-color css
<style>
span { border-color: #4E6630; }
span { border-color: rgb(78,102,48); }
td.TdClassName
{
border-color: #4E6630;
}
.TagClassName
{
border-color: #4E6630;
}
</style>