Shades of Green Leaf #4C7023
Tints of Green Leaf #4C7023
RGB
CMYK
RGB Variations
Color information
#4C7023 (or 0x4C7023) is known color: Green Leaf. HEX triplet: 4C, 70 and 23. RGB value is (76,112,35). Sum of RGB (Red+Green+Blue) = 76+112+35=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 35 (14.06% from 255 or 15.70% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #4C7023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7023 is #B38FDC. Grayscale: #5C5C5C. Windows color (decimal): -11767773 or 2322508. OLE color: 2322508.
HSL color Cylindrical-coordinate representation of color #4C7023: hue angle of 88.05º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C7023 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 112 | 35 | - |
| CMYK | 0.32 | 0 | 0.69 | 0.56 |
| HSL | 88.05º | 0.52% | 0.29% | - |
| HSV(B) | 88.05º | 0.69% | 0.44% | - |
| XYZ | 9.08 | 13.25 | 3.67 | - |
| YUV | 92.46 | 95.57 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 112 | 35 | 0.32 | 0 | 0.69 | 0.56 | 88.05 | 0.52 | 0.29 |
| Hex | 4C | 70 | 23 | 20 | 0 | 45 | 38 | 58 | 34 | 1D |
| Octal | 114 | 160 | 43 | 40 | 0 | 105 | 70 | 130 | 64 | 35 |
| Binary | 1001100 | 1110000 | 100011 | 100000 | 0 | 1000101 | 111000 | 1011000 | 110100 | 11101 |
Color Harmonies of #4C7023
Complementary color
Monochromatic Colors of #4C7023
Black with #4C7023
Text Example
Text Example
White with #4C7023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7023; }
p { color: rgb(76,112,35); }
H1.HeaderClassName
{
color: #4C7023;
}
.AnyTagClassName
{
color: #4C7023;
}
</style>
background-color css
<style>
a { background-color: #4C7023; }
a { background-color: rgb(76,112,35); }
div.DivClassName
{
background-color: #4C7023;
}
.BgClassName
{
background-color: #4C7023;
}
</style>
border-color css
<style>
span { border-color: #4C7023; }
span { border-color: rgb(76,112,35); }
td.TdClassName
{
border-color: #4C7023;
}
.TagClassName
{
border-color: #4C7023;
}
</style>