Shades of Green Leaf #4B6421
Tints of Green Leaf #4B6421
RGB
CMYK
RGB Variations
Color information
#4B6421 (or 0x4B6421) is known color: Green Leaf. HEX triplet: 4B, 64 and 21. RGB value is (75,100,33). Sum of RGB (Red+Green+Blue) = 75+100+33=208 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.06% from 208); Green value is 100 (39.45% from 255 or 48.08% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 100 - color contains mainly: green. Hex color #4B6421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6421 is #B49BDE. Grayscale: #555555. Windows color (decimal): -11836383 or 2188363. OLE color: 2188363.
HSL color Cylindrical-coordinate representation of color #4B6421: hue angle of 82.39º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B6421 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 75 | 100 | 33 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.61 |
| HSL | 82.39º | 0.5% | 0.26% | - |
| HSV(B) | 82.39º | 0.67% | 0.39% | - |
| XYZ | 7.73 | 10.72 | 3.1 | - |
| YUV | 84.89 | 98.72 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 100 | 33 | 0.25 | 0 | 0.67 | 0.61 | 82.39 | 0.5 | 0.26 |
| Hex | 4B | 64 | 21 | 19 | 0 | 43 | 3D | 52 | 32 | 1A |
| Octal | 113 | 144 | 41 | 31 | 0 | 103 | 75 | 122 | 62 | 32 |
| Binary | 1001011 | 1100100 | 100001 | 11001 | 0 | 1000011 | 111101 | 1010010 | 110010 | 11010 |
Color Harmonies of #4B6421
Complementary color
Monochromatic Colors of #4B6421
Black with #4B6421
Text Example
Text Example
White with #4B6421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6421; }
p { color: rgb(75,100,33); }
H1.HeaderClassName
{
color: #4B6421;
}
.AnyTagClassName
{
color: #4B6421;
}
</style>
background-color css
<style>
a { background-color: #4B6421; }
a { background-color: rgb(75,100,33); }
div.DivClassName
{
background-color: #4B6421;
}
.BgClassName
{
background-color: #4B6421;
}
</style>
border-color css
<style>
span { border-color: #4B6421; }
span { border-color: rgb(75,100,33); }
td.TdClassName
{
border-color: #4B6421;
}
.TagClassName
{
border-color: #4B6421;
}
</style>