Shades of Green Leaf #4C752B
Tints of Green Leaf #4C752B
RGB
CMYK
RGB Variations
Color information
#4C752B (or 0x4C752B) is known color: Green Leaf. HEX triplet: 4C, 75 and 2B. RGB value is (76,117,43). Sum of RGB (Red+Green+Blue) = 76+117+43=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #4C752B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C752B is #B38AD4. Grayscale: #606060. Windows color (decimal): -11766485 or 2848076. OLE color: 2848076.
HSL color Cylindrical-coordinate representation of color #4C752B: hue angle of 93.24º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C752B is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 117 | 43 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.54 |
| HSL | 93.24º | 0.46% | 0.31% | - |
| HSV(B) | 93.24º | 0.63% | 0.46% | - |
| XYZ | 9.78 | 14.43 | 4.56 | - |
| YUV | 96.31 | 97.92 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 117 | 43 | 0.35 | 0 | 0.63 | 0.54 | 93.24 | 0.46 | 0.31 |
| Hex | 4C | 75 | 2B | 23 | 0 | 3F | 36 | 5D | 2E | 1F |
| Octal | 114 | 165 | 53 | 43 | 0 | 77 | 66 | 135 | 56 | 37 |
| Binary | 1001100 | 1110101 | 101011 | 100011 | 0 | 111111 | 110110 | 1011101 | 101110 | 11111 |
Color Harmonies of #4C752B
Complementary color
Monochromatic Colors of #4C752B
Black with #4C752B
Text Example
Text Example
White with #4C752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C752B; }
p { color: rgb(76,117,43); }
H1.HeaderClassName
{
color: #4C752B;
}
.AnyTagClassName
{
color: #4C752B;
}
</style>
background-color css
<style>
a { background-color: #4C752B; }
a { background-color: rgb(76,117,43); }
div.DivClassName
{
background-color: #4C752B;
}
.BgClassName
{
background-color: #4C752B;
}
</style>
border-color css
<style>
span { border-color: #4C752B; }
span { border-color: rgb(76,117,43); }
td.TdClassName
{
border-color: #4C752B;
}
.TagClassName
{
border-color: #4C752B;
}
</style>