Shades of Verdun Green #3F541B
Tints of Verdun Green #3F541B
RGB
CMYK
RGB Variations
Color information
#3F541B (or 0x3F541B) is known color: Verdun Green. HEX triplet: 3F, 54 and 1B. RGB value is (63,84,27). Sum of RGB (Red+Green+Blue) = 63+84+27=174 (23% of max value = 765). Red value is 63 (25% from 255 or 36.21% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #3F541B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F541B is #C0ABE4. Grayscale: #474747. Windows color (decimal): -12626917 or 1791039. OLE color: 1791039.
HSL color Cylindrical-coordinate representation of color #3F541B: hue angle of 82.11º degrees, saturation: 0.51, 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 #3F541B is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 84 | 27 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.67 |
| HSL | 82.11º | 0.51% | 0.22% | - |
| HSV(B) | 82.11º | 0.68% | 0.33% | - |
| XYZ | 5.42 | 7.48 | 2.19 | - |
| YUV | 71.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 84 | 27 | 0.25 | 0 | 0.68 | 0.67 | 82.11 | 0.51 | 0.22 |
| Hex | 3F | 54 | 1B | 19 | 0 | 44 | 43 | 52 | 33 | 16 |
| Octal | 77 | 124 | 33 | 31 | 0 | 104 | 103 | 122 | 63 | 26 |
| Binary | 111111 | 1010100 | 11011 | 11001 | 0 | 1000100 | 1000011 | 1010010 | 110011 | 10110 |
Color Harmonies of #3F541B
Complementary color
Monochromatic Colors of #3F541B
Black with #3F541B
Text Example
Text Example
White with #3F541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F541B; }
p { color: rgb(63,84,27); }
H1.HeaderClassName
{
color: #3F541B;
}
.AnyTagClassName
{
color: #3F541B;
}
</style>
background-color css
<style>
a { background-color: #3F541B; }
a { background-color: rgb(63,84,27); }
div.DivClassName
{
background-color: #3F541B;
}
.BgClassName
{
background-color: #3F541B;
}
</style>
border-color css
<style>
span { border-color: #3F541B; }
span { border-color: rgb(63,84,27); }
td.TdClassName
{
border-color: #3F541B;
}
.TagClassName
{
border-color: #3F541B;
}
</style>