Shades of Green Leaf #4D6322
Tints of Green Leaf #4D6322
RGB
CMYK
RGB Variations
Color information
#4D6322 (or 0x4D6322) is known color: Green Leaf. HEX triplet: 4D, 63 and 22. RGB value is (77,99,34). Sum of RGB (Red+Green+Blue) = 77+99+34=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 34 (13.67% from 255 or 16.19% from 210); Max value from RGB is 99 - color contains mainly: green. Hex color #4D6322 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6322 is #B29CDD. Grayscale: #555555. Windows color (decimal): -11705566 or 2253645. OLE color: 2253645.
HSL color Cylindrical-coordinate representation of color #4D6322: hue angle of 80.31º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D6322 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 99 | 34 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.61 |
| HSL | 80.31º | 0.49% | 0.26% | - |
| HSV(B) | 80.31º | 0.66% | 0.39% | - |
| XYZ | 7.81 | 10.62 | 3.15 | - |
| YUV | 85.01 | 99.21 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 34 | 0.22 | 0 | 0.66 | 0.61 | 80.31 | 0.49 | 0.26 |
| Hex | 4D | 63 | 22 | 16 | 0 | 42 | 3D | 50 | 31 | 1A |
| Octal | 115 | 143 | 42 | 26 | 0 | 102 | 75 | 120 | 61 | 32 |
| Binary | 1001101 | 1100011 | 100010 | 10110 | 0 | 1000010 | 111101 | 1010000 | 110001 | 11010 |
Color Harmonies of #4D6322
Complementary color
Monochromatic Colors of #4D6322
Black with #4D6322
Text Example
Text Example
White with #4D6322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6322; }
p { color: rgb(77,99,34); }
H1.HeaderClassName
{
color: #4D6322;
}
.AnyTagClassName
{
color: #4D6322;
}
</style>
background-color css
<style>
a { background-color: #4D6322; }
a { background-color: rgb(77,99,34); }
div.DivClassName
{
background-color: #4D6322;
}
.BgClassName
{
background-color: #4D6322;
}
</style>
border-color css
<style>
span { border-color: #4D6322; }
span { border-color: rgb(77,99,34); }
td.TdClassName
{
border-color: #4D6322;
}
.TagClassName
{
border-color: #4D6322;
}
</style>