Shades of Verdun Green #3D4803
Tints of Verdun Green #3D4803
RGB
CMYK
RGB Variations
Color information
#3D4803 (or 0x3D4803) is known color: Verdun Green. HEX triplet: 3D, 48 and 03. RGB value is (61,72,3). Sum of RGB (Red+Green+Blue) = 61+72+3=136 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.85% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 3 (1.56% from 255 or 2.21% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #3D4803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4803 is #C2B7FC. Grayscale: #3D3D3D. Windows color (decimal): -12761085 or 215101. OLE color: 215101.
HSL color Cylindrical-coordinate representation of color #3D4803: hue angle of 69.57º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3D4803 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 72 | 3 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.72 |
| HSL | 69.57º | 0.92% | 0.15% | - |
| HSV(B) | 69.57º | 0.96% | 0.28% | - |
| XYZ | 4.26 | 5.63 | 0.95 | - |
| YUV | 60.85 | 95.36 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 72 | 3 | 0.15 | 0 | 0.96 | 0.72 | 69.57 | 0.92 | 0.15 |
| Hex | 3D | 48 | 3 | F | 0 | 60 | 48 | 46 | 5C | F |
| Octal | 75 | 110 | 3 | 17 | 0 | 140 | 110 | 106 | 134 | 17 |
| Binary | 111101 | 1001000 | 11 | 1111 | 0 | 1100000 | 1001000 | 1000110 | 1011100 | 1111 |
Color Harmonies of #3D4803
Complementary color
Monochromatic Colors of #3D4803
Black with #3D4803
Text Example
Text Example
White with #3D4803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4803; }
p { color: rgb(61,72,3); }
H1.HeaderClassName
{
color: #3D4803;
}
.AnyTagClassName
{
color: #3D4803;
}
</style>
background-color css
<style>
a { background-color: #3D4803; }
a { background-color: rgb(61,72,3); }
div.DivClassName
{
background-color: #3D4803;
}
.BgClassName
{
background-color: #3D4803;
}
</style>
border-color css
<style>
span { border-color: #3D4803; }
span { border-color: rgb(61,72,3); }
td.TdClassName
{
border-color: #3D4803;
}
.TagClassName
{
border-color: #3D4803;
}
</style>