Shades of Green Leaf #4B622C
Tints of Green Leaf #4B622C
RGB
CMYK
RGB Variations
Color information
#4B622C (or 0x4B622C) is known color: Green Leaf. HEX triplet: 4B, 62 and 2C. RGB value is (75,98,44). Sum of RGB (Red+Green+Blue) = 75+98+44=217 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.56% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 98 - color contains mainly: green. Hex color #4B622C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B622C is #B49DD3. Grayscale: #555555. Windows color (decimal): -11836884 or 2908747. OLE color: 2908747.
HSL color Cylindrical-coordinate representation of color #4B622C: hue angle of 85.56º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B622C is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 98 | 44 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.62 |
| HSL | 85.56º | 0.38% | 0.28% | - |
| HSV(B) | 85.56º | 0.55% | 0.38% | - |
| XYZ | 7.72 | 10.41 | 3.99 | - |
| YUV | 84.97 | 104.88 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 98 | 44 | 0.23 | 0 | 0.55 | 0.62 | 85.56 | 0.38 | 0.28 |
| Hex | 4B | 62 | 2C | 17 | 0 | 37 | 3E | 56 | 26 | 1C |
| Octal | 113 | 142 | 54 | 27 | 0 | 67 | 76 | 126 | 46 | 34 |
| Binary | 1001011 | 1100010 | 101100 | 10111 | 0 | 110111 | 111110 | 1010110 | 100110 | 11100 |
Color Harmonies of #4B622C
Complementary color
Monochromatic Colors of #4B622C
Black with #4B622C
Text Example
Text Example
White with #4B622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B622C; }
p { color: rgb(75,98,44); }
H1.HeaderClassName
{
color: #4B622C;
}
.AnyTagClassName
{
color: #4B622C;
}
</style>
background-color css
<style>
a { background-color: #4B622C; }
a { background-color: rgb(75,98,44); }
div.DivClassName
{
background-color: #4B622C;
}
.BgClassName
{
background-color: #4B622C;
}
</style>
border-color css
<style>
span { border-color: #4B622C; }
span { border-color: rgb(75,98,44); }
td.TdClassName
{
border-color: #4B622C;
}
.TagClassName
{
border-color: #4B622C;
}
</style>