Shades of Green Leaf #4C652D
Tints of Green Leaf #4C652D
RGB
CMYK
RGB Variations
Color information
#4C652D (or 0x4C652D) is known color: Green Leaf. HEX triplet: 4C, 65 and 2D. RGB value is (76,101,45). Sum of RGB (Red+Green+Blue) = 76+101+45=222 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.23% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 101 - color contains mainly: green. Hex color #4C652D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C652D is #B39AD2. Grayscale: #575757. Windows color (decimal): -11770579 or 2975052. OLE color: 2975052.
HSL color Cylindrical-coordinate representation of color #4C652D: hue angle of 86.79º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C652D is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 76 | 101 | 45 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.60 |
| HSL | 86.79º | 0.38% | 0.29% | - |
| HSV(B) | 86.79º | 0.55% | 0.4% | - |
| XYZ | 8.11 | 11.03 | 4.18 | - |
| YUV | 87.14 | 104.22 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 101 | 45 | 0.25 | 0 | 0.55 | 0.60 | 86.79 | 0.38 | 0.29 |
| Hex | 4C | 65 | 2D | 19 | 0 | 37 | 3C | 57 | 26 | 1D |
| Octal | 114 | 145 | 55 | 31 | 0 | 67 | 74 | 127 | 46 | 35 |
| Binary | 1001100 | 1100101 | 101101 | 11001 | 0 | 110111 | 111100 | 1010111 | 100110 | 11101 |
Color Harmonies of #4C652D
Complementary color
Monochromatic Colors of #4C652D
Black with #4C652D
Text Example
Text Example
White with #4C652D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C652D; }
p { color: rgb(76,101,45); }
H1.HeaderClassName
{
color: #4C652D;
}
.AnyTagClassName
{
color: #4C652D;
}
</style>
background-color css
<style>
a { background-color: #4C652D; }
a { background-color: rgb(76,101,45); }
div.DivClassName
{
background-color: #4C652D;
}
.BgClassName
{
background-color: #4C652D;
}
</style>
border-color css
<style>
span { border-color: #4C652D; }
span { border-color: rgb(76,101,45); }
td.TdClassName
{
border-color: #4C652D;
}
.TagClassName
{
border-color: #4C652D;
}
</style>