Shades of Verdun Green #3B4F01
Tints of Verdun Green #3B4F01
RGB
CMYK
RGB Variations
Color information
#3B4F01 (or 0x3B4F01) is known color: Verdun Green. HEX triplet: 3B, 4F and 01. RGB value is (59,79,1). Sum of RGB (Red+Green+Blue) = 59+79+1=139 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.45% from 139); Green value is 79 (31.25% from 255 or 56.83% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 79 - color contains mainly: green. Hex color #3B4F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B4F01 is #C4B0FE. Grayscale: #404040. Windows color (decimal): -12890367 or 85819. OLE color: 85819.
HSL color Cylindrical-coordinate representation of color #3B4F01: hue angle of 75.38º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B4F01 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 79 | 1 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.69 |
| HSL | 75.38º | 0.98% | 0.16% | - |
| HSV(B) | 75.38º | 0.99% | 0.31% | - |
| XYZ | 4.61 | 6.52 | 1.05 | - |
| YUV | 64.13 | 92.37 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 79 | 1 | 0.25 | 0 | 0.99 | 0.69 | 75.38 | 0.98 | 0.16 |
| Hex | 3B | 4F | 1 | 19 | 0 | 63 | 45 | 4B | 62 | 10 |
| Octal | 73 | 117 | 1 | 31 | 0 | 143 | 105 | 113 | 142 | 20 |
| Binary | 111011 | 1001111 | 1 | 11001 | 0 | 1100011 | 1000101 | 1001011 | 1100010 | 10000 |
Color Harmonies of #3B4F01
Complementary color
Monochromatic Colors of #3B4F01
Black with #3B4F01
Text Example
Text Example
White with #3B4F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4F01; }
p { color: rgb(59,79,1); }
H1.HeaderClassName
{
color: #3B4F01;
}
.AnyTagClassName
{
color: #3B4F01;
}
</style>
background-color css
<style>
a { background-color: #3B4F01; }
a { background-color: rgb(59,79,1); }
div.DivClassName
{
background-color: #3B4F01;
}
.BgClassName
{
background-color: #3B4F01;
}
</style>
border-color css
<style>
span { border-color: #3B4F01; }
span { border-color: rgb(59,79,1); }
td.TdClassName
{
border-color: #3B4F01;
}
.TagClassName
{
border-color: #3B4F01;
}
</style>