Shades of Verdun Green #4D641B
Tints of Verdun Green #4D641B
RGB
CMYK
RGB Variations
Color information
#4D641B (or 0x4D641B) is known color: Verdun Green. HEX triplet: 4D, 64 and 1B. RGB value is (77,100,27). Sum of RGB (Red+Green+Blue) = 77+100+27=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 100 (39.45% from 255 or 49.02% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 100 - color contains mainly: green. Hex color #4D641B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D641B is #B29BE4. Grayscale: #555555. Windows color (decimal): -11705317 or 1795149. OLE color: 1795149.
HSL color Cylindrical-coordinate representation of color #4D641B: hue angle of 78.9º 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 #4D641B is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 100 | 27 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.61 |
| HSL | 78.9º | 0.57% | 0.25% | - |
| HSV(B) | 78.9º | 0.73% | 0.39% | - |
| XYZ | 7.82 | 10.77 | 2.7 | - |
| YUV | 84.8 | 95.38 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 27 | 0.23 | 0 | 0.73 | 0.61 | 78.9 | 0.57 | 0.25 |
| Hex | 4D | 64 | 1B | 17 | 0 | 49 | 3D | 4F | 39 | 19 |
| Octal | 115 | 144 | 33 | 27 | 0 | 111 | 75 | 117 | 71 | 31 |
| Binary | 1001101 | 1100100 | 11011 | 10111 | 0 | 1001001 | 111101 | 1001111 | 111001 | 11001 |
Color Harmonies of #4D641B
Complementary color
Monochromatic Colors of #4D641B
Black with #4D641B
Text Example
Text Example
White with #4D641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D641B; }
p { color: rgb(77,100,27); }
H1.HeaderClassName
{
color: #4D641B;
}
.AnyTagClassName
{
color: #4D641B;
}
</style>
background-color css
<style>
a { background-color: #4D641B; }
a { background-color: rgb(77,100,27); }
div.DivClassName
{
background-color: #4D641B;
}
.BgClassName
{
background-color: #4D641B;
}
</style>
border-color css
<style>
span { border-color: #4D641B; }
span { border-color: rgb(77,100,27); }
td.TdClassName
{
border-color: #4D641B;
}
.TagClassName
{
border-color: #4D641B;
}
</style>