Shades of Green Leaf #4C671F
Tints of Green Leaf #4C671F
RGB
CMYK
RGB Variations
Color information
#4C671F (or 0x4C671F) is known color: Green Leaf. HEX triplet: 4C, 67 and 1F. RGB value is (76,103,31). Sum of RGB (Red+Green+Blue) = 76+103+31=210 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.19% from 210); Green value is 103 (40.62% from 255 or 49.05% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 103 - color contains mainly: green. Hex color #4C671F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C671F is #B398E0. Grayscale: #565656. Windows color (decimal): -11770081 or 2058060. OLE color: 2058060.
HSL color Cylindrical-coordinate representation of color #4C671F: hue angle of 82.5º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C671F is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 76 | 103 | 31 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.60 |
| HSL | 82.5º | 0.54% | 0.26% | - |
| HSV(B) | 82.5º | 0.7% | 0.4% | - |
| XYZ | 8.08 | 11.34 | 3.06 | - |
| YUV | 86.72 | 96.55 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 103 | 31 | 0.26 | 0 | 0.70 | 0.60 | 82.5 | 0.54 | 0.26 |
| Hex | 4C | 67 | 1F | 1A | 0 | 46 | 3C | 52 | 36 | 1A |
| Octal | 114 | 147 | 37 | 32 | 0 | 106 | 74 | 122 | 66 | 32 |
| Binary | 1001100 | 1100111 | 11111 | 11010 | 0 | 1000110 | 111100 | 1010010 | 110110 | 11010 |
Color Harmonies of #4C671F
Complementary color
Monochromatic Colors of #4C671F
Black with #4C671F
Text Example
Text Example
White with #4C671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C671F; }
p { color: rgb(76,103,31); }
H1.HeaderClassName
{
color: #4C671F;
}
.AnyTagClassName
{
color: #4C671F;
}
</style>
background-color css
<style>
a { background-color: #4C671F; }
a { background-color: rgb(76,103,31); }
div.DivClassName
{
background-color: #4C671F;
}
.BgClassName
{
background-color: #4C671F;
}
</style>
border-color css
<style>
span { border-color: #4C671F; }
span { border-color: rgb(76,103,31); }
td.TdClassName
{
border-color: #4C671F;
}
.TagClassName
{
border-color: #4C671F;
}
</style>