Shades of Verdun Green #3F541A
Tints of Verdun Green #3F541A
RGB
CMYK
RGB Variations
Color information
#3F541A (or 0x3F541A) is known color: Verdun Green. HEX triplet: 3F, 54 and 1A. RGB value is (63,84,26). Sum of RGB (Red+Green+Blue) = 63+84+26=173 (22% of max value = 765). Red value is 63 (25% from 255 or 36.42% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #3F541A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F541A is #C0ABE5. Grayscale: #474747. Windows color (decimal): -12626918 or 1725503. OLE color: 1725503.
HSL color Cylindrical-coordinate representation of color #3F541A: hue angle of 81.72º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F541A is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 84 | 26 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.67 |
| HSL | 81.72º | 0.53% | 0.22% | - |
| HSV(B) | 81.72º | 0.69% | 0.33% | - |
| XYZ | 5.41 | 7.47 | 2.13 | - |
| YUV | 71.11 | 102.54 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 84 | 26 | 0.25 | 0 | 0.69 | 0.67 | 81.72 | 0.53 | 0.22 |
| Hex | 3F | 54 | 1A | 19 | 0 | 45 | 43 | 52 | 35 | 16 |
| Octal | 77 | 124 | 32 | 31 | 0 | 105 | 103 | 122 | 65 | 26 |
| Binary | 111111 | 1010100 | 11010 | 11001 | 0 | 1000101 | 1000011 | 1010010 | 110101 | 10110 |
Color Harmonies of #3F541A
Complementary color
Monochromatic Colors of #3F541A
Black with #3F541A
Text Example
Text Example
White with #3F541A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F541A; }
p { color: rgb(63,84,26); }
H1.HeaderClassName
{
color: #3F541A;
}
.AnyTagClassName
{
color: #3F541A;
}
</style>
background-color css
<style>
a { background-color: #3F541A; }
a { background-color: rgb(63,84,26); }
div.DivClassName
{
background-color: #3F541A;
}
.BgClassName
{
background-color: #3F541A;
}
</style>
border-color css
<style>
span { border-color: #3F541A; }
span { border-color: rgb(63,84,26); }
td.TdClassName
{
border-color: #3F541A;
}
.TagClassName
{
border-color: #3F541A;
}
</style>