Shades of Green Leaf #4F632A
Tints of Green Leaf #4F632A
RGB
CMYK
RGB Variations
Color information
#4F632A (or 0x4F632A) is known color: Green Leaf. HEX triplet: 4F, 63 and 2A. RGB value is (79,99,42). Sum of RGB (Red+Green+Blue) = 79+99+42=220 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.91% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #4F632A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F632A is #B09CD5. Grayscale: #565656. Windows color (decimal): -11574486 or 2777935. OLE color: 2777935.
HSL color Cylindrical-coordinate representation of color #4F632A: hue angle of 81.05º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F632A is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 79 | 99 | 42 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.61 |
| HSL | 81.05º | 0.4% | 0.28% | - |
| HSV(B) | 81.05º | 0.58% | 0.39% | - |
| XYZ | 8.1 | 10.75 | 3.84 | - |
| YUV | 86.52 | 102.87 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 99 | 42 | 0.20 | 0 | 0.58 | 0.61 | 81.05 | 0.4 | 0.28 |
| Hex | 4F | 63 | 2A | 14 | 0 | 3A | 3D | 51 | 28 | 1C |
| Octal | 117 | 143 | 52 | 24 | 0 | 72 | 75 | 121 | 50 | 34 |
| Binary | 1001111 | 1100011 | 101010 | 10100 | 0 | 111010 | 111101 | 1010001 | 101000 | 11100 |
Color Harmonies of #4F632A
Complementary color
Monochromatic Colors of #4F632A
Black with #4F632A
Text Example
Text Example
White with #4F632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F632A; }
p { color: rgb(79,99,42); }
H1.HeaderClassName
{
color: #4F632A;
}
.AnyTagClassName
{
color: #4F632A;
}
</style>
background-color css
<style>
a { background-color: #4F632A; }
a { background-color: rgb(79,99,42); }
div.DivClassName
{
background-color: #4F632A;
}
.BgClassName
{
background-color: #4F632A;
}
</style>
border-color css
<style>
span { border-color: #4F632A; }
span { border-color: rgb(79,99,42); }
td.TdClassName
{
border-color: #4F632A;
}
.TagClassName
{
border-color: #4F632A;
}
</style>