Shades of Green Leaf #4F7B2B
Tints of Green Leaf #4F7B2B
RGB
CMYK
RGB Variations
Color information
#4F7B2B (or 0x4F7B2B) is known color: Green Leaf. HEX triplet: 4F, 7B and 2B. RGB value is (79,123,43). Sum of RGB (Red+Green+Blue) = 79+123+43=245 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.24% from 245); Green value is 123 (48.44% from 255 or 50.20% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 123 - color contains mainly: green. Hex color #4F7B2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7B2B is #B084D4. Grayscale: #656565. Windows color (decimal): -11568341 or 2849615. OLE color: 2849615.
HSL color Cylindrical-coordinate representation of color #4F7B2B: hue angle of 93º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F7B2B is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 123 | 43 | - |
| CMYK | 0.36 | 0 | 0.65 | 0.52 |
| HSL | 93º | 0.48% | 0.33% | - |
| HSV(B) | 93º | 0.65% | 0.48% | - |
| XYZ | 10.74 | 16 | 4.81 | - |
| YUV | 100.72 | 95.42 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 123 | 43 | 0.36 | 0 | 0.65 | 0.52 | 93 | 0.48 | 0.33 |
| Hex | 4F | 7B | 2B | 24 | 0 | 41 | 34 | 5D | 30 | 21 |
| Octal | 117 | 173 | 53 | 44 | 0 | 101 | 64 | 135 | 60 | 41 |
| Binary | 1001111 | 1111011 | 101011 | 100100 | 0 | 1000001 | 110100 | 1011101 | 110000 | 100001 |
Color Harmonies of #4F7B2B
Complementary color
Monochromatic Colors of #4F7B2B
Black with #4F7B2B
Text Example
Text Example
White with #4F7B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7B2B; }
p { color: rgb(79,123,43); }
H1.HeaderClassName
{
color: #4F7B2B;
}
.AnyTagClassName
{
color: #4F7B2B;
}
</style>
background-color css
<style>
a { background-color: #4F7B2B; }
a { background-color: rgb(79,123,43); }
div.DivClassName
{
background-color: #4F7B2B;
}
.BgClassName
{
background-color: #4F7B2B;
}
</style>
border-color css
<style>
span { border-color: #4F7B2B; }
span { border-color: rgb(79,123,43); }
td.TdClassName
{
border-color: #4F7B2B;
}
.TagClassName
{
border-color: #4F7B2B;
}
</style>