Shades of Verdun Green #3F531A
Tints of Verdun Green #3F531A
RGB
CMYK
RGB Variations
Color information
#3F531A (or 0x3F531A) is known color: Verdun Green. HEX triplet: 3F, 53 and 1A. RGB value is (63,83,26). Sum of RGB (Red+Green+Blue) = 63+83+26=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #3F531A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F531A is #C0ACE5. Grayscale: #464646. Windows color (decimal): -12627174 or 1725247. OLE color: 1725247.
HSL color Cylindrical-coordinate representation of color #3F531A: hue angle of 81.05º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F531A is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 83 | 26 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.67 |
| HSL | 81.05º | 0.52% | 0.21% | - |
| HSV(B) | 81.05º | 0.69% | 0.33% | - |
| XYZ | 5.33 | 7.32 | 2.11 | - |
| YUV | 70.52 | 102.87 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 26 | 0.24 | 0 | 0.69 | 0.67 | 81.05 | 0.52 | 0.21 |
| Hex | 3F | 53 | 1A | 18 | 0 | 45 | 43 | 51 | 34 | 15 |
| Octal | 77 | 123 | 32 | 30 | 0 | 105 | 103 | 121 | 64 | 25 |
| Binary | 111111 | 1010011 | 11010 | 11000 | 0 | 1000101 | 1000011 | 1010001 | 110100 | 10101 |
Color Harmonies of #3F531A
Complementary color
Monochromatic Colors of #3F531A
Black with #3F531A
Text Example
Text Example
White with #3F531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F531A; }
p { color: rgb(63,83,26); }
H1.HeaderClassName
{
color: #3F531A;
}
.AnyTagClassName
{
color: #3F531A;
}
</style>
background-color css
<style>
a { background-color: #3F531A; }
a { background-color: rgb(63,83,26); }
div.DivClassName
{
background-color: #3F531A;
}
.BgClassName
{
background-color: #3F531A;
}
</style>
border-color css
<style>
span { border-color: #3F531A; }
span { border-color: rgb(63,83,26); }
td.TdClassName
{
border-color: #3F531A;
}
.TagClassName
{
border-color: #3F531A;
}
</style>