Shades of Green Leaf #4B7D0C
Tints of Green Leaf #4B7D0C
RGB
CMYK
RGB Variations
Color information
#4B7D0C (or 0x4B7D0C) is known color: Green Leaf. HEX triplet: 4B, 7D and 0C. RGB value is (75,125,12). Sum of RGB (Red+Green+Blue) = 75+125+12=212 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.38% from 212); Green value is 125 (49.22% from 255 or 58.96% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 125 - color contains mainly: green. Hex color #4B7D0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7D0C is #B482F3. Grayscale: #616161. Windows color (decimal): -11830004 or 818507. OLE color: 818507.
HSL color Cylindrical-coordinate representation of color #4B7D0C: hue angle of 86.55º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B7D0C is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 125 | 12 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.51 |
| HSL | 86.55º | 0.82% | 0.27% | - |
| HSV(B) | 86.55º | 0.9% | 0.49% | - |
| XYZ | 10.3 | 16.19 | 2.93 | - |
| YUV | 97.17 | 79.94 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 125 | 12 | 0.40 | 0 | 0.90 | 0.51 | 86.55 | 0.82 | 0.27 |
| Hex | 4B | 7D | C | 28 | 0 | 5A | 33 | 57 | 52 | 1B |
| Octal | 113 | 175 | 14 | 50 | 0 | 132 | 63 | 127 | 122 | 33 |
| Binary | 1001011 | 1111101 | 1100 | 101000 | 0 | 1011010 | 110011 | 1010111 | 1010010 | 11011 |
Color Harmonies of #4B7D0C
Complementary color
Monochromatic Colors of #4B7D0C
Black with #4B7D0C
Text Example
Text Example
White with #4B7D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7D0C; }
p { color: rgb(75,125,12); }
H1.HeaderClassName
{
color: #4B7D0C;
}
.AnyTagClassName
{
color: #4B7D0C;
}
</style>
background-color css
<style>
a { background-color: #4B7D0C; }
a { background-color: rgb(75,125,12); }
div.DivClassName
{
background-color: #4B7D0C;
}
.BgClassName
{
background-color: #4B7D0C;
}
</style>
border-color css
<style>
span { border-color: #4B7D0C; }
span { border-color: rgb(75,125,12); }
td.TdClassName
{
border-color: #4B7D0C;
}
.TagClassName
{
border-color: #4B7D0C;
}
</style>