Shades of Verdun Green #4F641B
Tints of Verdun Green #4F641B
RGB
CMYK
RGB Variations
Color information
#4F641B (or 0x4F641B) is known color: Verdun Green. HEX triplet: 4F, 64 and 1B. RGB value is (79,100,27). Sum of RGB (Red+Green+Blue) = 79+100+27=206 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.35% from 206); Green value is 100 (39.45% from 255 or 48.54% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 100 - color contains mainly: green. Hex color #4F641B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F641B is #B09BE4. Grayscale: #555555. Windows color (decimal): -11574245 or 1795151. OLE color: 1795151.
HSL color Cylindrical-coordinate representation of color #4F641B: hue angle of 77.26º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F641B is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 79 | 100 | 27 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.61 |
| HSL | 77.26º | 0.57% | 0.25% | - |
| HSV(B) | 77.26º | 0.73% | 0.39% | - |
| XYZ | 7.98 | 10.86 | 2.71 | - |
| YUV | 85.4 | 95.04 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 100 | 27 | 0.21 | 0 | 0.73 | 0.61 | 77.26 | 0.57 | 0.25 |
| Hex | 4F | 64 | 1B | 15 | 0 | 49 | 3D | 4D | 39 | 19 |
| Octal | 117 | 144 | 33 | 25 | 0 | 111 | 75 | 115 | 71 | 31 |
| Binary | 1001111 | 1100100 | 11011 | 10101 | 0 | 1001001 | 111101 | 1001101 | 111001 | 11001 |
Color Harmonies of #4F641B
Complementary color
Monochromatic Colors of #4F641B
Black with #4F641B
Text Example
Text Example
White with #4F641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F641B; }
p { color: rgb(79,100,27); }
H1.HeaderClassName
{
color: #4F641B;
}
.AnyTagClassName
{
color: #4F641B;
}
</style>
background-color css
<style>
a { background-color: #4F641B; }
a { background-color: rgb(79,100,27); }
div.DivClassName
{
background-color: #4F641B;
}
.BgClassName
{
background-color: #4F641B;
}
</style>
border-color css
<style>
span { border-color: #4F641B; }
span { border-color: rgb(79,100,27); }
td.TdClassName
{
border-color: #4F641B;
}
.TagClassName
{
border-color: #4F641B;
}
</style>