Shades of Verdun Green #3F5300
Tints of Verdun Green #3F5300
RGB
CMYK
RGB Variations
Color information
#3F5300 (or 0x3F5300) is known color: Verdun Green. HEX triplet: 3F, 53 and 00. RGB value is (63,83,0). Sum of RGB (Red+Green+Blue) = 63+83+0=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 83 (32.81% from 255 or 56.85% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 83 - color contains mainly: green. Hex color #3F5300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5300 is #C0ACFF. Grayscale: #434343. Windows color (decimal): -12627200 or 21311. OLE color: 21311.
HSL color Cylindrical-coordinate representation of color #3F5300: hue angle of 74.46º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F5300 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 83 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.67 |
| HSL | 74.46º | 1% | 0.16% | - |
| HSV(B) | 74.46º | 1% | 0.33% | - |
| XYZ | 5.14 | 7.24 | 1.13 | - |
| YUV | 67.56 | 89.87 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 0 | 0.24 | 0 | 1 | 0.67 | 74.46 | 1 | 0.16 |
| Hex | 3F | 53 | 0 | 18 | 0 | 64 | 43 | 4A | 64 | 10 |
| Octal | 77 | 123 | 0 | 30 | 0 | 144 | 103 | 112 | 144 | 20 |
| Binary | 111111 | 1010011 | 0 | 11000 | 0 | 1100100 | 1000011 | 1001010 | 1100100 | 10000 |
Color Harmonies of #3F5300
Complementary color
Monochromatic Colors of #3F5300
Black with #3F5300
Text Example
Text Example
White with #3F5300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5300; }
p { color: rgb(63,83,0); }
H1.HeaderClassName
{
color: #3F5300;
}
.AnyTagClassName
{
color: #3F5300;
}
</style>
background-color css
<style>
a { background-color: #3F5300; }
a { background-color: rgb(63,83,0); }
div.DivClassName
{
background-color: #3F5300;
}
.BgClassName
{
background-color: #3F5300;
}
</style>
border-color css
<style>
span { border-color: #3F5300; }
span { border-color: rgb(63,83,0); }
td.TdClassName
{
border-color: #3F5300;
}
.TagClassName
{
border-color: #3F5300;
}
</style>