Shades of Green Leaf #4B770C
Tints of Green Leaf #4B770C
RGB
CMYK
RGB Variations
Color information
#4B770C (or 0x4B770C) is known color: Green Leaf. HEX triplet: 4B, 77 and 0C. RGB value is (75,119,12). Sum of RGB (Red+Green+Blue) = 75+119+12=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 119 (46.88% from 255 or 57.77% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 119 - color contains mainly: green. Hex color #4B770C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B770C is #B488F3. Grayscale: #5E5E5E. Windows color (decimal): -11831540 or 816971. OLE color: 816971.
HSL color Cylindrical-coordinate representation of color #4B770C: hue angle of 84.67º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B770C is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 119 | 12 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.53 |
| HSL | 84.67º | 0.82% | 0.26% | - |
| HSV(B) | 84.67º | 0.9% | 0.47% | - |
| XYZ | 9.56 | 14.72 | 2.68 | - |
| YUV | 93.65 | 81.92 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 119 | 12 | 0.37 | 0 | 0.90 | 0.53 | 84.67 | 0.82 | 0.26 |
| Hex | 4B | 77 | C | 25 | 0 | 5A | 35 | 55 | 52 | 1A |
| Octal | 113 | 167 | 14 | 45 | 0 | 132 | 65 | 125 | 122 | 32 |
| Binary | 1001011 | 1110111 | 1100 | 100101 | 0 | 1011010 | 110101 | 1010101 | 1010010 | 11010 |
Color Harmonies of #4B770C
Complementary color
Monochromatic Colors of #4B770C
Black with #4B770C
Text Example
Text Example
White with #4B770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B770C; }
p { color: rgb(75,119,12); }
H1.HeaderClassName
{
color: #4B770C;
}
.AnyTagClassName
{
color: #4B770C;
}
</style>
background-color css
<style>
a { background-color: #4B770C; }
a { background-color: rgb(75,119,12); }
div.DivClassName
{
background-color: #4B770C;
}
.BgClassName
{
background-color: #4B770C;
}
</style>
border-color css
<style>
span { border-color: #4B770C; }
span { border-color: rgb(75,119,12); }
td.TdClassName
{
border-color: #4B770C;
}
.TagClassName
{
border-color: #4B770C;
}
</style>