Shades of Green Leaf #4B6D16
Tints of Green Leaf #4B6D16
RGB
CMYK
RGB Variations
Color information
#4B6D16 (or 0x4B6D16) is known color: Green Leaf. HEX triplet: 4B, 6D and 16. RGB value is (75,109,22). Sum of RGB (Red+Green+Blue) = 75+109+22=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 109 (42.97% from 255 or 52.91% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 109 - color contains mainly: green. Hex color #4B6D16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6D16 is #B492E9. Grayscale: #595959. Windows color (decimal): -11834090 or 1469771. OLE color: 1469771.
HSL color Cylindrical-coordinate representation of color #4B6D16: hue angle of 83.45º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B6D16 is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 109 | 22 | - |
| CMYK | 0.31 | 0 | 0.80 | 0.57 |
| HSL | 83.45º | 0.66% | 0.26% | - |
| HSV(B) | 83.45º | 0.8% | 0.43% | - |
| XYZ | 8.52 | 12.49 | 2.72 | - |
| YUV | 88.92 | 90.24 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 109 | 22 | 0.31 | 0 | 0.80 | 0.57 | 83.45 | 0.66 | 0.26 |
| Hex | 4B | 6D | 16 | 1F | 0 | 50 | 39 | 53 | 42 | 1A |
| Octal | 113 | 155 | 26 | 37 | 0 | 120 | 71 | 123 | 102 | 32 |
| Binary | 1001011 | 1101101 | 10110 | 11111 | 0 | 1010000 | 111001 | 1010011 | 1000010 | 11010 |
Color Harmonies of #4B6D16
Complementary color
Monochromatic Colors of #4B6D16
Black with #4B6D16
Text Example
Text Example
White with #4B6D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6D16; }
p { color: rgb(75,109,22); }
H1.HeaderClassName
{
color: #4B6D16;
}
.AnyTagClassName
{
color: #4B6D16;
}
</style>
background-color css
<style>
a { background-color: #4B6D16; }
a { background-color: rgb(75,109,22); }
div.DivClassName
{
background-color: #4B6D16;
}
.BgClassName
{
background-color: #4B6D16;
}
</style>
border-color css
<style>
span { border-color: #4B6D16; }
span { border-color: rgb(75,109,22); }
td.TdClassName
{
border-color: #4B6D16;
}
.TagClassName
{
border-color: #4B6D16;
}
</style>