Shades of Green Leaf #4C651C
Tints of Green Leaf #4C651C
RGB
CMYK
RGB Variations
Color information
#4C651C (or 0x4C651C) is known color: Green Leaf. HEX triplet: 4C, 65 and 1C. RGB value is (76,101,28). Sum of RGB (Red+Green+Blue) = 76+101+28=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 101 (39.84% from 255 or 49.27% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 101 - color contains mainly: green. Hex color #4C651C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C651C is #B39AE3. Grayscale: #555555. Windows color (decimal): -11770596 or 1860940. OLE color: 1860940.
HSL color Cylindrical-coordinate representation of color #4C651C: hue angle of 80.55º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C651C is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 76 | 101 | 28 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.60 |
| HSL | 80.55º | 0.57% | 0.25% | - |
| HSV(B) | 80.55º | 0.72% | 0.4% | - |
| XYZ | 7.84 | 10.93 | 2.79 | - |
| YUV | 85.2 | 95.72 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 101 | 28 | 0.25 | 0 | 0.72 | 0.60 | 80.55 | 0.57 | 0.25 |
| Hex | 4C | 65 | 1C | 19 | 0 | 48 | 3C | 51 | 39 | 19 |
| Octal | 114 | 145 | 34 | 31 | 0 | 110 | 74 | 121 | 71 | 31 |
| Binary | 1001100 | 1100101 | 11100 | 11001 | 0 | 1001000 | 111100 | 1010001 | 111001 | 11001 |
Color Harmonies of #4C651C
Complementary color
Monochromatic Colors of #4C651C
Black with #4C651C
Text Example
Text Example
White with #4C651C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C651C; }
p { color: rgb(76,101,28); }
H1.HeaderClassName
{
color: #4C651C;
}
.AnyTagClassName
{
color: #4C651C;
}
</style>
background-color css
<style>
a { background-color: #4C651C; }
a { background-color: rgb(76,101,28); }
div.DivClassName
{
background-color: #4C651C;
}
.BgClassName
{
background-color: #4C651C;
}
</style>
border-color css
<style>
span { border-color: #4C651C; }
span { border-color: rgb(76,101,28); }
td.TdClassName
{
border-color: #4C651C;
}
.TagClassName
{
border-color: #4C651C;
}
</style>