Shades of Verdun Green #4B6209
Tints of Verdun Green #4B6209
RGB
CMYK
RGB Variations
Color information
#4B6209 (or 0x4B6209) is known color: Verdun Green. HEX triplet: 4B, 62 and 09. RGB value is (75,98,9). Sum of RGB (Red+Green+Blue) = 75+98+9=182 (24% of max value = 765). Red value is 75 (29.69% from 255 or 41.21% from 182); Green value is 98 (38.67% from 255 or 53.85% from 182); Blue value is 9 (3.91% from 255 or 4.95% from 182); Max value from RGB is 98 - color contains mainly: green. Hex color #4B6209 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6209 is #B49DF6. Grayscale: #515151. Windows color (decimal): -11836919 or 614987. OLE color: 614987.
HSL color Cylindrical-coordinate representation of color #4B6209: hue angle of 75.51º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4B6209 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 98 | 9 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.62 |
| HSL | 75.51º | 0.83% | 0.21% | - |
| HSV(B) | 75.51º | 0.91% | 0.38% | - |
| XYZ | 7.32 | 10.25 | 1.85 | - |
| YUV | 80.98 | 87.38 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 98 | 9 | 0.23 | 0 | 0.91 | 0.62 | 75.51 | 0.83 | 0.21 |
| Hex | 4B | 62 | 9 | 17 | 0 | 5B | 3E | 4C | 53 | 15 |
| Octal | 113 | 142 | 11 | 27 | 0 | 133 | 76 | 114 | 123 | 25 |
| Binary | 1001011 | 1100010 | 1001 | 10111 | 0 | 1011011 | 111110 | 1001100 | 1010011 | 10101 |
Color Harmonies of #4B6209
Complementary color
Monochromatic Colors of #4B6209
Black with #4B6209
Text Example
Text Example
White with #4B6209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6209; }
p { color: rgb(75,98,9); }
H1.HeaderClassName
{
color: #4B6209;
}
.AnyTagClassName
{
color: #4B6209;
}
</style>
background-color css
<style>
a { background-color: #4B6209; }
a { background-color: rgb(75,98,9); }
div.DivClassName
{
background-color: #4B6209;
}
.BgClassName
{
background-color: #4B6209;
}
</style>
border-color css
<style>
span { border-color: #4B6209; }
span { border-color: rgb(75,98,9); }
td.TdClassName
{
border-color: #4B6209;
}
.TagClassName
{
border-color: #4B6209;
}
</style>