Shades of Green Leaf #4F6C2D
Tints of Green Leaf #4F6C2D
RGB
CMYK
RGB Variations
Color information
#4F6C2D (or 0x4F6C2D) is known color: Green Leaf. HEX triplet: 4F, 6C and 2D. RGB value is (79,108,45). Sum of RGB (Red+Green+Blue) = 79+108+45=232 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.05% from 232); Green value is 108 (42.58% from 255 or 46.55% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 108 - color contains mainly: green. Hex color #4F6C2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6C2D is #B093D2. Grayscale: #5C5C5C. Windows color (decimal): -11572179 or 2976847. OLE color: 2976847.
HSL color Cylindrical-coordinate representation of color #4F6C2D: hue angle of 87.62º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F6C2D is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 108 | 45 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.58 |
| HSL | 87.62º | 0.41% | 0.3% | - |
| HSV(B) | 87.62º | 0.58% | 0.42% | - |
| XYZ | 9.06 | 12.58 | 4.43 | - |
| YUV | 92.15 | 101.39 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 108 | 45 | 0.27 | 0 | 0.58 | 0.58 | 87.62 | 0.41 | 0.3 |
| Hex | 4F | 6C | 2D | 1B | 0 | 3A | 3A | 58 | 29 | 1E |
| Octal | 117 | 154 | 55 | 33 | 0 | 72 | 72 | 130 | 51 | 36 |
| Binary | 1001111 | 1101100 | 101101 | 11011 | 0 | 111010 | 111010 | 1011000 | 101001 | 11110 |
Color Harmonies of #4F6C2D
Complementary color
Monochromatic Colors of #4F6C2D
Black with #4F6C2D
Text Example
Text Example
White with #4F6C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6C2D; }
p { color: rgb(79,108,45); }
H1.HeaderClassName
{
color: #4F6C2D;
}
.AnyTagClassName
{
color: #4F6C2D;
}
</style>
background-color css
<style>
a { background-color: #4F6C2D; }
a { background-color: rgb(79,108,45); }
div.DivClassName
{
background-color: #4F6C2D;
}
.BgClassName
{
background-color: #4F6C2D;
}
</style>
border-color css
<style>
span { border-color: #4F6C2D; }
span { border-color: rgb(79,108,45); }
td.TdClassName
{
border-color: #4F6C2D;
}
.TagClassName
{
border-color: #4F6C2D;
}
</style>