Shades of Green Leaf #4B7C10
Tints of Green Leaf #4B7C10
RGB
CMYK
RGB Variations
Color information
#4B7C10 (or 0x4B7C10) is known color: Green Leaf. HEX triplet: 4B, 7C and 10. RGB value is (75,124,16). Sum of RGB (Red+Green+Blue) = 75+124+16=215 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.88% from 215); Green value is 124 (48.83% from 255 or 57.67% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 124 - color contains mainly: green. Hex color #4B7C10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7C10 is #B483EF. Grayscale: #616161. Windows color (decimal): -11830256 or 1080395. OLE color: 1080395.
HSL color Cylindrical-coordinate representation of color #4B7C10: hue angle of 87.22º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4B7C10 is Cyan = 0.40, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 124 | 16 | - |
| CMYK | 0.40 | 0 | 0.87 | 0.51 |
| HSL | 87.22º | 0.77% | 0.27% | - |
| HSV(B) | 87.22º | 0.87% | 0.49% | - |
| XYZ | 10.2 | 15.95 | 3.03 | - |
| YUV | 97.04 | 82.27 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 124 | 16 | 0.40 | 0 | 0.87 | 0.51 | 87.22 | 0.77 | 0.27 |
| Hex | 4B | 7C | 10 | 28 | 0 | 57 | 33 | 57 | 4D | 1B |
| Octal | 113 | 174 | 20 | 50 | 0 | 127 | 63 | 127 | 115 | 33 |
| Binary | 1001011 | 1111100 | 10000 | 101000 | 0 | 1010111 | 110011 | 1010111 | 1001101 | 11011 |
Color Harmonies of #4B7C10
Complementary color
Monochromatic Colors of #4B7C10
Black with #4B7C10
Text Example
Text Example
White with #4B7C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7C10; }
p { color: rgb(75,124,16); }
H1.HeaderClassName
{
color: #4B7C10;
}
.AnyTagClassName
{
color: #4B7C10;
}
</style>
background-color css
<style>
a { background-color: #4B7C10; }
a { background-color: rgb(75,124,16); }
div.DivClassName
{
background-color: #4B7C10;
}
.BgClassName
{
background-color: #4B7C10;
}
</style>
border-color css
<style>
span { border-color: #4B7C10; }
span { border-color: rgb(75,124,16); }
td.TdClassName
{
border-color: #4B7C10;
}
.TagClassName
{
border-color: #4B7C10;
}
</style>