Shades of Green Leaf #4B721C
Tints of Green Leaf #4B721C
RGB
CMYK
RGB Variations
Color information
#4B721C (or 0x4B721C) is known color: Green Leaf. HEX triplet: 4B, 72 and 1C. RGB value is (75,114,28). Sum of RGB (Red+Green+Blue) = 75+114+28=217 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.56% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #4B721C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B721C is #B48DE3. Grayscale: #5C5C5C. Windows color (decimal): -11832804 or 1864267. OLE color: 1864267.
HSL color Cylindrical-coordinate representation of color #4B721C: hue angle of 87.21º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B721C is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 114 | 28 | - |
| CMYK | 0.34 | 0 | 0.75 | 0.55 |
| HSL | 87.21º | 0.61% | 0.28% | - |
| HSV(B) | 87.21º | 0.75% | 0.45% | - |
| XYZ | 9.13 | 13.61 | 3.25 | - |
| YUV | 92.54 | 91.58 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 114 | 28 | 0.34 | 0 | 0.75 | 0.55 | 87.21 | 0.61 | 0.28 |
| Hex | 4B | 72 | 1C | 22 | 0 | 4B | 37 | 57 | 3D | 1C |
| Octal | 113 | 162 | 34 | 42 | 0 | 113 | 67 | 127 | 75 | 34 |
| Binary | 1001011 | 1110010 | 11100 | 100010 | 0 | 1001011 | 110111 | 1010111 | 111101 | 11100 |
Color Harmonies of #4B721C
Complementary color
Monochromatic Colors of #4B721C
Black with #4B721C
Text Example
Text Example
White with #4B721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B721C; }
p { color: rgb(75,114,28); }
H1.HeaderClassName
{
color: #4B721C;
}
.AnyTagClassName
{
color: #4B721C;
}
</style>
background-color css
<style>
a { background-color: #4B721C; }
a { background-color: rgb(75,114,28); }
div.DivClassName
{
background-color: #4B721C;
}
.BgClassName
{
background-color: #4B721C;
}
</style>
border-color css
<style>
span { border-color: #4B721C; }
span { border-color: rgb(75,114,28); }
td.TdClassName
{
border-color: #4B721C;
}
.TagClassName
{
border-color: #4B721C;
}
</style>