Shades of Verdun Green #3F4B09
Tints of Verdun Green #3F4B09
RGB
CMYK
RGB Variations
Color information
#3F4B09 (or 0x3F4B09) is known color: Verdun Green. HEX triplet: 3F, 4B and 09. RGB value is (63,75,9). Sum of RGB (Red+Green+Blue) = 63+75+9=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 75 (29.69% from 255 or 51.02% from 147); Blue value is 9 (3.91% from 255 or 6.12% from 147); Max value from RGB is 75 - color contains mainly: green. Hex color #3F4B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4B09 is #C0B4F6. Grayscale: #404040. Windows color (decimal): -12629239 or 609087. OLE color: 609087.
HSL color Cylindrical-coordinate representation of color #3F4B09: hue angle of 70.91º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F4B09 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 75 | 9 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.71 |
| HSL | 70.91º | 0.79% | 0.16% | - |
| HSV(B) | 70.91º | 0.88% | 0.29% | - |
| XYZ | 4.62 | 6.11 | 1.19 | - |
| YUV | 63.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 75 | 9 | 0.16 | 0 | 0.88 | 0.71 | 70.91 | 0.79 | 0.16 |
| Hex | 3F | 4B | 9 | 10 | 0 | 58 | 47 | 47 | 4F | 10 |
| Octal | 77 | 113 | 11 | 20 | 0 | 130 | 107 | 107 | 117 | 20 |
| Binary | 111111 | 1001011 | 1001 | 10000 | 0 | 1011000 | 1000111 | 1000111 | 1001111 | 10000 |
Color Harmonies of #3F4B09
Complementary color
Monochromatic Colors of #3F4B09
Black with #3F4B09
Text Example
Text Example
White with #3F4B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4B09; }
p { color: rgb(63,75,9); }
H1.HeaderClassName
{
color: #3F4B09;
}
.AnyTagClassName
{
color: #3F4B09;
}
</style>
background-color css
<style>
a { background-color: #3F4B09; }
a { background-color: rgb(63,75,9); }
div.DivClassName
{
background-color: #3F4B09;
}
.BgClassName
{
background-color: #3F4B09;
}
</style>
border-color css
<style>
span { border-color: #3F4B09; }
span { border-color: rgb(63,75,9); }
td.TdClassName
{
border-color: #3F4B09;
}
.TagClassName
{
border-color: #3F4B09;
}
</style>