Shades of Verdun Green #4B5109
Tints of Verdun Green #4B5109
RGB
CMYK
RGB Variations
Color information
#4B5109 (or 0x4B5109) is known color: Verdun Green. HEX triplet: 4B, 51 and 09. RGB value is (75,81,9). Sum of RGB (Red+Green+Blue) = 75+81+9=165 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.45% from 165); Green value is 81 (32.03% from 255 or 49.09% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 81 - color contains mainly: green. Hex color #4B5109 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5109 is #B4AEF6. Grayscale: #474747. Windows color (decimal): -11841271 or 610635. OLE color: 610635.
HSL color Cylindrical-coordinate representation of color #4B5109: hue angle of 65º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B5109 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 81 | 9 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.68 |
| HSL | 65º | 0.8% | 0.18% | - |
| HSV(B) | 65º | 0.89% | 0.32% | - |
| XYZ | 5.89 | 7.4 | 1.38 | - |
| YUV | 71 | 93.01 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 81 | 9 | 0.07 | 0 | 0.89 | 0.68 | 65 | 0.8 | 0.18 |
| Hex | 4B | 51 | 9 | 7 | 0 | 59 | 44 | 41 | 50 | 12 |
| Octal | 113 | 121 | 11 | 7 | 0 | 131 | 104 | 101 | 120 | 22 |
| Binary | 1001011 | 1010001 | 1001 | 111 | 0 | 1011001 | 1000100 | 1000001 | 1010000 | 10010 |
Color Harmonies of #4B5109
Complementary color
Monochromatic Colors of #4B5109
Black with #4B5109
Text Example
Text Example
White with #4B5109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5109; }
p { color: rgb(75,81,9); }
H1.HeaderClassName
{
color: #4B5109;
}
.AnyTagClassName
{
color: #4B5109;
}
</style>
background-color css
<style>
a { background-color: #4B5109; }
a { background-color: rgb(75,81,9); }
div.DivClassName
{
background-color: #4B5109;
}
.BgClassName
{
background-color: #4B5109;
}
</style>
border-color css
<style>
span { border-color: #4B5109; }
span { border-color: rgb(75,81,9); }
td.TdClassName
{
border-color: #4B5109;
}
.TagClassName
{
border-color: #4B5109;
}
</style>