Shades of Green Leaf #4F672A
Tints of Green Leaf #4F672A
RGB
CMYK
RGB Variations
Color information
#4F672A (or 0x4F672A) is known color: Green Leaf. HEX triplet: 4F, 67 and 2A. RGB value is (79,103,42). Sum of RGB (Red+Green+Blue) = 79+103+42=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 103 - color contains mainly: green. Hex color #4F672A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F672A is #B098D5. Grayscale: #595959. Windows color (decimal): -11573462 or 2778959. OLE color: 2778959.
HSL color Cylindrical-coordinate representation of color #4F672A: hue angle of 83.61º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F672A is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 103 | 42 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.60 |
| HSL | 83.61º | 0.42% | 0.28% | - |
| HSV(B) | 83.61º | 0.59% | 0.4% | - |
| XYZ | 8.49 | 11.53 | 3.97 | - |
| YUV | 88.87 | 101.55 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 103 | 42 | 0.23 | 0 | 0.59 | 0.60 | 83.61 | 0.42 | 0.28 |
| Hex | 4F | 67 | 2A | 17 | 0 | 3B | 3C | 54 | 2A | 1C |
| Octal | 117 | 147 | 52 | 27 | 0 | 73 | 74 | 124 | 52 | 34 |
| Binary | 1001111 | 1100111 | 101010 | 10111 | 0 | 111011 | 111100 | 1010100 | 101010 | 11100 |
Color Harmonies of #4F672A
Complementary color
Monochromatic Colors of #4F672A
Black with #4F672A
Text Example
Text Example
White with #4F672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F672A; }
p { color: rgb(79,103,42); }
H1.HeaderClassName
{
color: #4F672A;
}
.AnyTagClassName
{
color: #4F672A;
}
</style>
background-color css
<style>
a { background-color: #4F672A; }
a { background-color: rgb(79,103,42); }
div.DivClassName
{
background-color: #4F672A;
}
.BgClassName
{
background-color: #4F672A;
}
</style>
border-color css
<style>
span { border-color: #4F672A; }
span { border-color: rgb(79,103,42); }
td.TdClassName
{
border-color: #4F672A;
}
.TagClassName
{
border-color: #4F672A;
}
</style>