Shades of Verdun Green #3D551B
Tints of Verdun Green #3D551B
RGB
CMYK
RGB Variations
Color information
#3D551B (or 0x3D551B) is known color: Verdun Green. HEX triplet: 3D, 55 and 1B. RGB value is (61,85,27). Sum of RGB (Red+Green+Blue) = 61+85+27=173 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.26% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #3D551B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D551B is #C2AAE4. Grayscale: #474747. Windows color (decimal): -12757733 or 1791293. OLE color: 1791293.
HSL color Cylindrical-coordinate representation of color #3D551B: hue angle of 84.83º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D551B is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 85 | 27 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.67 |
| HSL | 84.83º | 0.52% | 0.22% | - |
| HSV(B) | 84.83º | 0.68% | 0.33% | - |
| XYZ | 5.37 | 7.57 | 2.21 | - |
| YUV | 71.21 | 103.05 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 85 | 27 | 0.28 | 0 | 0.68 | 0.67 | 84.83 | 0.52 | 0.22 |
| Hex | 3D | 55 | 1B | 1C | 0 | 44 | 43 | 55 | 34 | 16 |
| Octal | 75 | 125 | 33 | 34 | 0 | 104 | 103 | 125 | 64 | 26 |
| Binary | 111101 | 1010101 | 11011 | 11100 | 0 | 1000100 | 1000011 | 1010101 | 110100 | 10110 |
Color Harmonies of #3D551B
Complementary color
Monochromatic Colors of #3D551B
Black with #3D551B
Text Example
Text Example
White with #3D551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D551B; }
p { color: rgb(61,85,27); }
H1.HeaderClassName
{
color: #3D551B;
}
.AnyTagClassName
{
color: #3D551B;
}
</style>
background-color css
<style>
a { background-color: #3D551B; }
a { background-color: rgb(61,85,27); }
div.DivClassName
{
background-color: #3D551B;
}
.BgClassName
{
background-color: #3D551B;
}
</style>
border-color css
<style>
span { border-color: #3D551B; }
span { border-color: rgb(61,85,27); }
td.TdClassName
{
border-color: #3D551B;
}
.TagClassName
{
border-color: #3D551B;
}
</style>