Shades of Green Leaf #4C751B
Tints of Green Leaf #4C751B
RGB
CMYK
RGB Variations
Color information
#4C751B (or 0x4C751B) is known color: Green Leaf. HEX triplet: 4C, 75 and 1B. RGB value is (76,117,27). Sum of RGB (Red+Green+Blue) = 76+117+27=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 117 (46.09% from 255 or 53.18% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 117 - color contains mainly: green. Hex color #4C751B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C751B is #B38AE4. Grayscale: #5E5E5E. Windows color (decimal): -11766501 or 1799500. OLE color: 1799500.
HSL color Cylindrical-coordinate representation of color #4C751B: hue angle of 87.33º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C751B is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 117 | 27 | - |
| CMYK | 0.35 | 0 | 0.77 | 0.54 |
| HSL | 87.33º | 0.63% | 0.28% | - |
| HSV(B) | 87.33º | 0.77% | 0.46% | - |
| XYZ | 9.54 | 14.34 | 3.3 | - |
| YUV | 94.48 | 89.92 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 117 | 27 | 0.35 | 0 | 0.77 | 0.54 | 87.33 | 0.63 | 0.28 |
| Hex | 4C | 75 | 1B | 23 | 0 | 4D | 36 | 57 | 3E | 1C |
| Octal | 114 | 165 | 33 | 43 | 0 | 115 | 66 | 127 | 76 | 34 |
| Binary | 1001100 | 1110101 | 11011 | 100011 | 0 | 1001101 | 110110 | 1010111 | 111110 | 11100 |
Color Harmonies of #4C751B
Complementary color
Monochromatic Colors of #4C751B
Black with #4C751B
Text Example
Text Example
White with #4C751B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C751B; }
p { color: rgb(76,117,27); }
H1.HeaderClassName
{
color: #4C751B;
}
.AnyTagClassName
{
color: #4C751B;
}
</style>
background-color css
<style>
a { background-color: #4C751B; }
a { background-color: rgb(76,117,27); }
div.DivClassName
{
background-color: #4C751B;
}
.BgClassName
{
background-color: #4C751B;
}
</style>
border-color css
<style>
span { border-color: #4C751B; }
span { border-color: rgb(76,117,27); }
td.TdClassName
{
border-color: #4C751B;
}
.TagClassName
{
border-color: #4C751B;
}
</style>