Shades of Green Leaf #4D751B
Tints of Green Leaf #4D751B
RGB
CMYK
RGB Variations
Color information
#4D751B (or 0x4D751B) is known color: Green Leaf. HEX triplet: 4D, 75 and 1B. RGB value is (77,117,27). Sum of RGB (Red+Green+Blue) = 77+117+27=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 117 (46.09% from 255 or 52.94% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 117 - color contains mainly: green. Hex color #4D751B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D751B is #B28AE4. Grayscale: #5F5F5F. Windows color (decimal): -11700965 or 1799501. OLE color: 1799501.
HSL color Cylindrical-coordinate representation of color #4D751B: hue angle of 86.67º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D751B is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 117 | 27 | - |
| CMYK | 0.34 | 0 | 0.77 | 0.54 |
| HSL | 86.67º | 0.63% | 0.28% | - |
| HSV(B) | 86.67º | 0.77% | 0.46% | - |
| XYZ | 9.62 | 14.38 | 3.31 | - |
| YUV | 94.78 | 89.75 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 117 | 27 | 0.34 | 0 | 0.77 | 0.54 | 86.67 | 0.63 | 0.28 |
| Hex | 4D | 75 | 1B | 22 | 0 | 4D | 36 | 57 | 3E | 1C |
| Octal | 115 | 165 | 33 | 42 | 0 | 115 | 66 | 127 | 76 | 34 |
| Binary | 1001101 | 1110101 | 11011 | 100010 | 0 | 1001101 | 110110 | 1010111 | 111110 | 11100 |
Color Harmonies of #4D751B
Complementary color
Monochromatic Colors of #4D751B
Black with #4D751B
Text Example
Text Example
White with #4D751B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D751B; }
p { color: rgb(77,117,27); }
H1.HeaderClassName
{
color: #4D751B;
}
.AnyTagClassName
{
color: #4D751B;
}
</style>
background-color css
<style>
a { background-color: #4D751B; }
a { background-color: rgb(77,117,27); }
div.DivClassName
{
background-color: #4D751B;
}
.BgClassName
{
background-color: #4D751B;
}
</style>
border-color css
<style>
span { border-color: #4D751B; }
span { border-color: rgb(77,117,27); }
td.TdClassName
{
border-color: #4D751B;
}
.TagClassName
{
border-color: #4D751B;
}
</style>