Shades of Green Leaf #4C7B15
Tints of Green Leaf #4C7B15
RGB
CMYK
RGB Variations
Color information
#4C7B15 (or 0x4C7B15) is known color: Green Leaf. HEX triplet: 4C, 7B and 15. RGB value is (76,123,21). Sum of RGB (Red+Green+Blue) = 76+123+21=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 123 (48.44% from 255 or 55.91% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 123 - color contains mainly: green. Hex color #4C7B15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7B15 is #B384EA. Grayscale: #616161. Windows color (decimal): -11764971 or 1407820. OLE color: 1407820.
HSL color Cylindrical-coordinate representation of color #4C7B15: hue angle of 87.65º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4C7B15 is Cyan = 0.38, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 76 | 123 | 21 | - |
| CMYK | 0.38 | 0 | 0.83 | 0.52 |
| HSL | 87.65º | 0.71% | 0.28% | - |
| HSV(B) | 87.65º | 0.83% | 0.48% | - |
| XYZ | 10.2 | 15.76 | 3.21 | - |
| YUV | 97.32 | 84.93 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 123 | 21 | 0.38 | 0 | 0.83 | 0.52 | 87.65 | 0.71 | 0.28 |
| Hex | 4C | 7B | 15 | 26 | 0 | 53 | 34 | 58 | 47 | 1C |
| Octal | 114 | 173 | 25 | 46 | 0 | 123 | 64 | 130 | 107 | 34 |
| Binary | 1001100 | 1111011 | 10101 | 100110 | 0 | 1010011 | 110100 | 1011000 | 1000111 | 11100 |
Color Harmonies of #4C7B15
Complementary color
Monochromatic Colors of #4C7B15
Black with #4C7B15
Text Example
Text Example
White with #4C7B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7B15; }
p { color: rgb(76,123,21); }
H1.HeaderClassName
{
color: #4C7B15;
}
.AnyTagClassName
{
color: #4C7B15;
}
</style>
background-color css
<style>
a { background-color: #4C7B15; }
a { background-color: rgb(76,123,21); }
div.DivClassName
{
background-color: #4C7B15;
}
.BgClassName
{
background-color: #4C7B15;
}
</style>
border-color css
<style>
span { border-color: #4C7B15; }
span { border-color: rgb(76,123,21); }
td.TdClassName
{
border-color: #4C7B15;
}
.TagClassName
{
border-color: #4C7B15;
}
</style>