Shades of Green Leaf #4B780D
Tints of Green Leaf #4B780D
RGB
CMYK
RGB Variations
Color information
#4B780D (or 0x4B780D) is known color: Green Leaf. HEX triplet: 4B, 78 and 0D. RGB value is (75,120,13). Sum of RGB (Red+Green+Blue) = 75+120+13=208 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.06% from 208); Green value is 120 (47.27% from 255 or 57.69% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 120 - color contains mainly: green. Hex color #4B780D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B780D is #B487F2. Grayscale: #5E5E5E. Windows color (decimal): -11831283 or 882763. OLE color: 882763.
HSL color Cylindrical-coordinate representation of color #4B780D: hue angle of 85.23º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B780D is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 120 | 13 | - |
| CMYK | 0.37 | 0 | 0.89 | 0.53 |
| HSL | 85.23º | 0.8% | 0.26% | - |
| HSV(B) | 85.23º | 0.89% | 0.47% | - |
| XYZ | 9.69 | 14.96 | 2.76 | - |
| YUV | 94.35 | 82.09 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 120 | 13 | 0.37 | 0 | 0.89 | 0.53 | 85.23 | 0.8 | 0.26 |
| Hex | 4B | 78 | D | 25 | 0 | 59 | 35 | 55 | 50 | 1A |
| Octal | 113 | 170 | 15 | 45 | 0 | 131 | 65 | 125 | 120 | 32 |
| Binary | 1001011 | 1111000 | 1101 | 100101 | 0 | 1011001 | 110101 | 1010101 | 1010000 | 11010 |
Color Harmonies of #4B780D
Complementary color
Monochromatic Colors of #4B780D
Black with #4B780D
Text Example
Text Example
White with #4B780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B780D; }
p { color: rgb(75,120,13); }
H1.HeaderClassName
{
color: #4B780D;
}
.AnyTagClassName
{
color: #4B780D;
}
</style>
background-color css
<style>
a { background-color: #4B780D; }
a { background-color: rgb(75,120,13); }
div.DivClassName
{
background-color: #4B780D;
}
.BgClassName
{
background-color: #4B780D;
}
</style>
border-color css
<style>
span { border-color: #4B780D; }
span { border-color: rgb(75,120,13); }
td.TdClassName
{
border-color: #4B780D;
}
.TagClassName
{
border-color: #4B780D;
}
</style>