Shades of Green Leaf #4D641C
Tints of Green Leaf #4D641C
RGB
CMYK
RGB Variations
Color information
#4D641C (or 0x4D641C) is known color: Green Leaf. HEX triplet: 4D, 64 and 1C. RGB value is (77,100,28). Sum of RGB (Red+Green+Blue) = 77+100+28=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 100 (39.45% from 255 or 48.78% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 100 - color contains mainly: green. Hex color #4D641C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D641C is #B29BE3. Grayscale: #555555. Windows color (decimal): -11705316 or 1860685. OLE color: 1860685.
HSL color Cylindrical-coordinate representation of color #4D641C: hue angle of 79.17º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D641C is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 100 | 28 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.61 |
| HSL | 79.17º | 0.56% | 0.25% | - |
| HSV(B) | 79.17º | 0.72% | 0.39% | - |
| XYZ | 7.83 | 10.78 | 2.77 | - |
| YUV | 84.92 | 95.88 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 28 | 0.23 | 0 | 0.72 | 0.61 | 79.17 | 0.56 | 0.25 |
| Hex | 4D | 64 | 1C | 17 | 0 | 48 | 3D | 4F | 38 | 19 |
| Octal | 115 | 144 | 34 | 27 | 0 | 110 | 75 | 117 | 70 | 31 |
| Binary | 1001101 | 1100100 | 11100 | 10111 | 0 | 1001000 | 111101 | 1001111 | 111000 | 11001 |
Color Harmonies of #4D641C
Complementary color
Monochromatic Colors of #4D641C
Black with #4D641C
Text Example
Text Example
White with #4D641C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D641C; }
p { color: rgb(77,100,28); }
H1.HeaderClassName
{
color: #4D641C;
}
.AnyTagClassName
{
color: #4D641C;
}
</style>
background-color css
<style>
a { background-color: #4D641C; }
a { background-color: rgb(77,100,28); }
div.DivClassName
{
background-color: #4D641C;
}
.BgClassName
{
background-color: #4D641C;
}
</style>
border-color css
<style>
span { border-color: #4D641C; }
span { border-color: rgb(77,100,28); }
td.TdClassName
{
border-color: #4D641C;
}
.TagClassName
{
border-color: #4D641C;
}
</style>