Shades of Verdun Green #3B5316
Tints of Verdun Green #3B5316
RGB
CMYK
RGB Variations
Color information
#3B5316 (or 0x3B5316) is known color: Verdun Green. HEX triplet: 3B, 53 and 16. RGB value is (59,83,22). Sum of RGB (Red+Green+Blue) = 59+83+22=164 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.98% from 164); Green value is 83 (32.81% from 255 or 50.61% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 83 - color contains mainly: green. Hex color #3B5316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5316 is #C4ACE9. Grayscale: #454545. Windows color (decimal): -12889322 or 1463099. OLE color: 1463099.
HSL color Cylindrical-coordinate representation of color #3B5316: hue angle of 83.61º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B5316 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 83 | 22 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.67 |
| HSL | 83.61º | 0.58% | 0.21% | - |
| HSV(B) | 83.61º | 0.73% | 0.33% | - |
| XYZ | 5.04 | 7.17 | 1.88 | - |
| YUV | 68.87 | 101.55 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 83 | 22 | 0.29 | 0 | 0.73 | 0.67 | 83.61 | 0.58 | 0.21 |
| Hex | 3B | 53 | 16 | 1D | 0 | 49 | 43 | 54 | 3A | 15 |
| Octal | 73 | 123 | 26 | 35 | 0 | 111 | 103 | 124 | 72 | 25 |
| Binary | 111011 | 1010011 | 10110 | 11101 | 0 | 1001001 | 1000011 | 1010100 | 111010 | 10101 |
Color Harmonies of #3B5316
Complementary color
Monochromatic Colors of #3B5316
Black with #3B5316
Text Example
Text Example
White with #3B5316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5316; }
p { color: rgb(59,83,22); }
H1.HeaderClassName
{
color: #3B5316;
}
.AnyTagClassName
{
color: #3B5316;
}
</style>
background-color css
<style>
a { background-color: #3B5316; }
a { background-color: rgb(59,83,22); }
div.DivClassName
{
background-color: #3B5316;
}
.BgClassName
{
background-color: #3B5316;
}
</style>
border-color css
<style>
span { border-color: #3B5316; }
span { border-color: rgb(59,83,22); }
td.TdClassName
{
border-color: #3B5316;
}
.TagClassName
{
border-color: #3B5316;
}
</style>