Shades of Green Leaf #4C612B
Tints of Green Leaf #4C612B
RGB
CMYK
RGB Variations
Color information
#4C612B (or 0x4C612B) is known color: Green Leaf. HEX triplet: 4C, 61 and 2B. RGB value is (76,97,43). Sum of RGB (Red+Green+Blue) = 76+97+43=216 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.19% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #4C612B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C612B is #B39ED4. Grayscale: #545454. Windows color (decimal): -11771605 or 2842956. OLE color: 2842956.
HSL color Cylindrical-coordinate representation of color #4C612B: hue angle of 83.33º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C612B is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 97 | 43 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.62 |
| HSL | 83.33º | 0.39% | 0.27% | - |
| HSV(B) | 83.33º | 0.56% | 0.38% | - |
| XYZ | 7.69 | 10.26 | 3.86 | - |
| YUV | 84.57 | 104.54 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 97 | 43 | 0.22 | 0 | 0.56 | 0.62 | 83.33 | 0.39 | 0.27 |
| Hex | 4C | 61 | 2B | 16 | 0 | 38 | 3E | 53 | 27 | 1B |
| Octal | 114 | 141 | 53 | 26 | 0 | 70 | 76 | 123 | 47 | 33 |
| Binary | 1001100 | 1100001 | 101011 | 10110 | 0 | 111000 | 111110 | 1010011 | 100111 | 11011 |
Color Harmonies of #4C612B
Complementary color
Monochromatic Colors of #4C612B
Black with #4C612B
Text Example
Text Example
White with #4C612B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C612B; }
p { color: rgb(76,97,43); }
H1.HeaderClassName
{
color: #4C612B;
}
.AnyTagClassName
{
color: #4C612B;
}
</style>
background-color css
<style>
a { background-color: #4C612B; }
a { background-color: rgb(76,97,43); }
div.DivClassName
{
background-color: #4C612B;
}
.BgClassName
{
background-color: #4C612B;
}
</style>
border-color css
<style>
span { border-color: #4C612B; }
span { border-color: rgb(76,97,43); }
td.TdClassName
{
border-color: #4C612B;
}
.TagClassName
{
border-color: #4C612B;
}
</style>