Shades of Green Leaf #4C7B14
Tints of Green Leaf #4C7B14
RGB
CMYK
RGB Variations
Color information
#4C7B14 (or 0x4C7B14) is known color: Green Leaf. HEX triplet: 4C, 7B and 14. RGB value is (76,123,20). Sum of RGB (Red+Green+Blue) = 76+123+20=219 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.70% from 219); Green value is 123 (48.44% from 255 or 56.16% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 123 - color contains mainly: green. Hex color #4C7B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7B14 is #B384EB. Grayscale: #616161. Windows color (decimal): -11764972 or 1342284. OLE color: 1342284.
HSL color Cylindrical-coordinate representation of color #4C7B14: hue angle of 87.38º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C7B14 is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 76 | 123 | 20 | - |
| CMYK | 0.38 | 0 | 0.84 | 0.52 |
| HSL | 87.38º | 0.72% | 0.28% | - |
| HSV(B) | 87.38º | 0.84% | 0.48% | - |
| XYZ | 10.19 | 15.75 | 3.17 | - |
| YUV | 97.21 | 84.43 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 123 | 20 | 0.38 | 0 | 0.84 | 0.52 | 87.38 | 0.72 | 0.28 |
| Hex | 4C | 7B | 14 | 26 | 0 | 54 | 34 | 57 | 48 | 1C |
| Octal | 114 | 173 | 24 | 46 | 0 | 124 | 64 | 127 | 110 | 34 |
| Binary | 1001100 | 1111011 | 10100 | 100110 | 0 | 1010100 | 110100 | 1010111 | 1001000 | 11100 |
Color Harmonies of #4C7B14
Complementary color
Monochromatic Colors of #4C7B14
Black with #4C7B14
Text Example
Text Example
White with #4C7B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7B14; }
p { color: rgb(76,123,20); }
H1.HeaderClassName
{
color: #4C7B14;
}
.AnyTagClassName
{
color: #4C7B14;
}
</style>
background-color css
<style>
a { background-color: #4C7B14; }
a { background-color: rgb(76,123,20); }
div.DivClassName
{
background-color: #4C7B14;
}
.BgClassName
{
background-color: #4C7B14;
}
</style>
border-color css
<style>
span { border-color: #4C7B14; }
span { border-color: rgb(76,123,20); }
td.TdClassName
{
border-color: #4C7B14;
}
.TagClassName
{
border-color: #4C7B14;
}
</style>