Shades of Verdun Green #3F440B
Tints of Verdun Green #3F440B
RGB
CMYK
RGB Variations
Color information
#3F440B (or 0x3F440B) is known color: Verdun Green. HEX triplet: 3F, 44 and 0B. RGB value is (63,68,11). Sum of RGB (Red+Green+Blue) = 63+68+11=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 68 - color contains mainly: green. Hex color #3F440B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F440B is #C0BBF4. Grayscale: #3C3C3C. Windows color (decimal): -12631029 or 738367. OLE color: 738367.
HSL color Cylindrical-coordinate representation of color #3F440B: hue angle of 65.26º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F440B is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 68 | 11 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.73 |
| HSL | 65.26º | 0.72% | 0.15% | - |
| HSV(B) | 65.26º | 0.84% | 0.27% | - |
| XYZ | 4.18 | 5.22 | 1.1 | - |
| YUV | 60.01 | 100.34 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 68 | 11 | 0.07 | 0 | 0.84 | 0.73 | 65.26 | 0.72 | 0.15 |
| Hex | 3F | 44 | B | 7 | 0 | 54 | 49 | 41 | 48 | F |
| Octal | 77 | 104 | 13 | 7 | 0 | 124 | 111 | 101 | 110 | 17 |
| Binary | 111111 | 1000100 | 1011 | 111 | 0 | 1010100 | 1001001 | 1000001 | 1001000 | 1111 |
Color Harmonies of #3F440B
Complementary color
Monochromatic Colors of #3F440B
Black with #3F440B
Text Example
Text Example
White with #3F440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F440B; }
p { color: rgb(63,68,11); }
H1.HeaderClassName
{
color: #3F440B;
}
.AnyTagClassName
{
color: #3F440B;
}
</style>
background-color css
<style>
a { background-color: #3F440B; }
a { background-color: rgb(63,68,11); }
div.DivClassName
{
background-color: #3F440B;
}
.BgClassName
{
background-color: #3F440B;
}
</style>
border-color css
<style>
span { border-color: #3F440B; }
span { border-color: rgb(63,68,11); }
td.TdClassName
{
border-color: #3F440B;
}
.TagClassName
{
border-color: #3F440B;
}
</style>