Shades of Verdun Green #3D5C0D
Tints of Verdun Green #3D5C0D
RGB
CMYK
RGB Variations
Color information
#3D5C0D (or 0x3D5C0D) is known color: Verdun Green. HEX triplet: 3D, 5C and 0D. RGB value is (61,92,13). Sum of RGB (Red+Green+Blue) = 61+92+13=166 (21% of max value = 765). Red value is 61 (24.22% from 255 or 36.75% from 166); Green value is 92 (36.33% from 255 or 55.42% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 92 - color contains mainly: green. Hex color #3D5C0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5C0D is #C2A3F2. Grayscale: #4A4A4A. Windows color (decimal): -12755955 or 875581. OLE color: 875581.
HSL color Cylindrical-coordinate representation of color #3D5C0D: hue angle of 83.54º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3D5C0D is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 92 | 13 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.64 |
| HSL | 83.54º | 0.75% | 0.21% | - |
| HSV(B) | 83.54º | 0.86% | 0.36% | - |
| XYZ | 5.82 | 8.68 | 1.75 | - |
| YUV | 73.73 | 93.73 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 92 | 13 | 0.34 | 0 | 0.86 | 0.64 | 83.54 | 0.75 | 0.21 |
| Hex | 3D | 5C | D | 22 | 0 | 56 | 40 | 54 | 4B | 15 |
| Octal | 75 | 134 | 15 | 42 | 0 | 126 | 100 | 124 | 113 | 25 |
| Binary | 111101 | 1011100 | 1101 | 100010 | 0 | 1010110 | 1000000 | 1010100 | 1001011 | 10101 |
Color Harmonies of #3D5C0D
Complementary color
Monochromatic Colors of #3D5C0D
Black with #3D5C0D
Text Example
Text Example
White with #3D5C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5C0D; }
p { color: rgb(61,92,13); }
H1.HeaderClassName
{
color: #3D5C0D;
}
.AnyTagClassName
{
color: #3D5C0D;
}
</style>
background-color css
<style>
a { background-color: #3D5C0D; }
a { background-color: rgb(61,92,13); }
div.DivClassName
{
background-color: #3D5C0D;
}
.BgClassName
{
background-color: #3D5C0D;
}
</style>
border-color css
<style>
span { border-color: #3D5C0D; }
span { border-color: rgb(61,92,13); }
td.TdClassName
{
border-color: #3D5C0D;
}
.TagClassName
{
border-color: #3D5C0D;
}
</style>