Shades of Verdun Green #3B5701
Tints of Verdun Green #3B5701
RGB
CMYK
RGB Variations
Color information
#3B5701 (or 0x3B5701) is known color: Verdun Green. HEX triplet: 3B, 57 and 01. RGB value is (59,87,1). Sum of RGB (Red+Green+Blue) = 59+87+1=147 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.14% from 147); Green value is 87 (34.38% from 255 or 59.18% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 87 - color contains mainly: green. Hex color #3B5701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5701 is #C4A8FE. Grayscale: #454545. Windows color (decimal): -12888319 or 87867. OLE color: 87867.
HSL color Cylindrical-coordinate representation of color #3B5701: hue angle of 79.53º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B5701 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 59 | 87 | 1 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.66 |
| HSL | 79.53º | 0.98% | 0.17% | - |
| HSV(B) | 79.53º | 0.99% | 0.34% | - |
| XYZ | 5.22 | 7.75 | 1.25 | - |
| YUV | 68.82 | 89.72 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 87 | 1 | 0.32 | 0 | 0.99 | 0.66 | 79.53 | 0.98 | 0.17 |
| Hex | 3B | 57 | 1 | 20 | 0 | 63 | 42 | 50 | 62 | 11 |
| Octal | 73 | 127 | 1 | 40 | 0 | 143 | 102 | 120 | 142 | 21 |
| Binary | 111011 | 1010111 | 1 | 100000 | 0 | 1100011 | 1000010 | 1010000 | 1100010 | 10001 |
Color Harmonies of #3B5701
Complementary color
Monochromatic Colors of #3B5701
Black with #3B5701
Text Example
Text Example
White with #3B5701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5701; }
p { color: rgb(59,87,1); }
H1.HeaderClassName
{
color: #3B5701;
}
.AnyTagClassName
{
color: #3B5701;
}
</style>
background-color css
<style>
a { background-color: #3B5701; }
a { background-color: rgb(59,87,1); }
div.DivClassName
{
background-color: #3B5701;
}
.BgClassName
{
background-color: #3B5701;
}
</style>
border-color css
<style>
span { border-color: #3B5701; }
span { border-color: rgb(59,87,1); }
td.TdClassName
{
border-color: #3B5701;
}
.TagClassName
{
border-color: #3B5701;
}
</style>