Shades of Green Leaf #4F622F
Tints of Green Leaf #4F622F
RGB
CMYK
RGB Variations
Color information
#4F622F (or 0x4F622F) is known color: Green Leaf. HEX triplet: 4F, 62 and 2F. RGB value is (79,98,47). Sum of RGB (Red+Green+Blue) = 79+98+47=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #4F622F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F622F is #B09DD0. Grayscale: #565656. Windows color (decimal): -11574737 or 3105359. OLE color: 3105359.
HSL color Cylindrical-coordinate representation of color #4F622F: hue angle of 82.35º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F622F is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 98 | 47 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.62 |
| HSL | 82.35º | 0.35% | 0.28% | - |
| HSV(B) | 82.35º | 0.52% | 0.38% | - |
| XYZ | 8.11 | 10.6 | 4.31 | - |
| YUV | 86.51 | 105.71 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 98 | 47 | 0.19 | 0 | 0.52 | 0.62 | 82.35 | 0.35 | 0.28 |
| Hex | 4F | 62 | 2F | 13 | 0 | 34 | 3E | 52 | 23 | 1C |
| Octal | 117 | 142 | 57 | 23 | 0 | 64 | 76 | 122 | 43 | 34 |
| Binary | 1001111 | 1100010 | 101111 | 10011 | 0 | 110100 | 111110 | 1010010 | 100011 | 11100 |
Color Harmonies of #4F622F
Complementary color
Monochromatic Colors of #4F622F
Black with #4F622F
Text Example
Text Example
White with #4F622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F622F; }
p { color: rgb(79,98,47); }
H1.HeaderClassName
{
color: #4F622F;
}
.AnyTagClassName
{
color: #4F622F;
}
</style>
background-color css
<style>
a { background-color: #4F622F; }
a { background-color: rgb(79,98,47); }
div.DivClassName
{
background-color: #4F622F;
}
.BgClassName
{
background-color: #4F622F;
}
</style>
border-color css
<style>
span { border-color: #4F622F; }
span { border-color: rgb(79,98,47); }
td.TdClassName
{
border-color: #4F622F;
}
.TagClassName
{
border-color: #4F622F;
}
</style>