Shades of Green Leaf #4B771F
Tints of Green Leaf #4B771F
RGB
CMYK
RGB Variations
Color information
#4B771F (or 0x4B771F) is known color: Green Leaf. HEX triplet: 4B, 77 and 1F. RGB value is (75,119,31). Sum of RGB (Red+Green+Blue) = 75+119+31=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #4B771F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B771F is #B488E0. Grayscale: #606060. Windows color (decimal): -11831521 or 2062155. OLE color: 2062155.
HSL color Cylindrical-coordinate representation of color #4B771F: hue angle of 90º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4B771F is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 119 | 31 | - |
| CMYK | 0.37 | 0 | 0.74 | 0.53 |
| HSL | 90º | 0.59% | 0.29% | - |
| HSV(B) | 90º | 0.74% | 0.47% | - |
| XYZ | 9.75 | 14.79 | 3.64 | - |
| YUV | 95.81 | 91.42 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 119 | 31 | 0.37 | 0 | 0.74 | 0.53 | 90 | 0.59 | 0.29 |
| Hex | 4B | 77 | 1F | 25 | 0 | 4A | 35 | 5A | 3B | 1D |
| Octal | 113 | 167 | 37 | 45 | 0 | 112 | 65 | 132 | 73 | 35 |
| Binary | 1001011 | 1110111 | 11111 | 100101 | 0 | 1001010 | 110101 | 1011010 | 111011 | 11101 |
Color Harmonies of #4B771F
Complementary color
Monochromatic Colors of #4B771F
Black with #4B771F
Text Example
Text Example
White with #4B771F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B771F; }
p { color: rgb(75,119,31); }
H1.HeaderClassName
{
color: #4B771F;
}
.AnyTagClassName
{
color: #4B771F;
}
</style>
background-color css
<style>
a { background-color: #4B771F; }
a { background-color: rgb(75,119,31); }
div.DivClassName
{
background-color: #4B771F;
}
.BgClassName
{
background-color: #4B771F;
}
</style>
border-color css
<style>
span { border-color: #4B771F; }
span { border-color: rgb(75,119,31); }
td.TdClassName
{
border-color: #4B771F;
}
.TagClassName
{
border-color: #4B771F;
}
</style>