Shades of Verdun Green #3D530D
Tints of Verdun Green #3D530D
RGB
CMYK
RGB Variations
Color information
#3D530D (or 0x3D530D) is known color: Verdun Green. HEX triplet: 3D, 53 and 0D. RGB value is (61,83,13). Sum of RGB (Red+Green+Blue) = 61+83+13=157 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.85% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #3D530D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D530D is #C2ACF2. Grayscale: #444444. Windows color (decimal): -12758259 or 873277. OLE color: 873277.
HSL color Cylindrical-coordinate representation of color #3D530D: hue angle of 78.86º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D530D is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 83 | 13 | - |
| CMYK | 0.27 | 0 | 0.84 | 0.67 |
| HSL | 78.86º | 0.73% | 0.19% | - |
| HSV(B) | 78.86º | 0.84% | 0.33% | - |
| XYZ | 5.09 | 7.21 | 1.5 | - |
| YUV | 68.44 | 96.71 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 83 | 13 | 0.27 | 0 | 0.84 | 0.67 | 78.86 | 0.73 | 0.19 |
| Hex | 3D | 53 | D | 1B | 0 | 54 | 43 | 4F | 49 | 13 |
| Octal | 75 | 123 | 15 | 33 | 0 | 124 | 103 | 117 | 111 | 23 |
| Binary | 111101 | 1010011 | 1101 | 11011 | 0 | 1010100 | 1000011 | 1001111 | 1001001 | 10011 |
Color Harmonies of #3D530D
Complementary color
Monochromatic Colors of #3D530D
Black with #3D530D
Text Example
Text Example
White with #3D530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D530D; }
p { color: rgb(61,83,13); }
H1.HeaderClassName
{
color: #3D530D;
}
.AnyTagClassName
{
color: #3D530D;
}
</style>
background-color css
<style>
a { background-color: #3D530D; }
a { background-color: rgb(61,83,13); }
div.DivClassName
{
background-color: #3D530D;
}
.BgClassName
{
background-color: #3D530D;
}
</style>
border-color css
<style>
span { border-color: #3D530D; }
span { border-color: rgb(61,83,13); }
td.TdClassName
{
border-color: #3D530D;
}
.TagClassName
{
border-color: #3D530D;
}
</style>