Shades of Verdun Green #3F5504
Tints of Verdun Green #3F5504
RGB
CMYK
RGB Variations
Color information
#3F5504 (or 0x3F5504) is known color: Verdun Green. HEX triplet: 3F, 55 and 04. RGB value is (63,85,4). Sum of RGB (Red+Green+Blue) = 63+85+4=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #3F5504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5504 is #C0AAFB. Grayscale: #454545. Windows color (decimal): -12626684 or 283967. OLE color: 283967.
HSL color Cylindrical-coordinate representation of color #3F5504: hue angle of 76.3º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F5504 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 85 | 4 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.67 |
| HSL | 76.3º | 0.91% | 0.17% | - |
| HSV(B) | 76.3º | 0.95% | 0.33% | - |
| XYZ | 5.32 | 7.56 | 1.29 | - |
| YUV | 69.19 | 91.21 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 85 | 4 | 0.26 | 0 | 0.95 | 0.67 | 76.3 | 0.91 | 0.17 |
| Hex | 3F | 55 | 4 | 1A | 0 | 5F | 43 | 4C | 5B | 11 |
| Octal | 77 | 125 | 4 | 32 | 0 | 137 | 103 | 114 | 133 | 21 |
| Binary | 111111 | 1010101 | 100 | 11010 | 0 | 1011111 | 1000011 | 1001100 | 1011011 | 10001 |
Color Harmonies of #3F5504
Complementary color
Monochromatic Colors of #3F5504
Black with #3F5504
Text Example
Text Example
White with #3F5504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5504; }
p { color: rgb(63,85,4); }
H1.HeaderClassName
{
color: #3F5504;
}
.AnyTagClassName
{
color: #3F5504;
}
</style>
background-color css
<style>
a { background-color: #3F5504; }
a { background-color: rgb(63,85,4); }
div.DivClassName
{
background-color: #3F5504;
}
.BgClassName
{
background-color: #3F5504;
}
</style>
border-color css
<style>
span { border-color: #3F5504; }
span { border-color: rgb(63,85,4); }
td.TdClassName
{
border-color: #3F5504;
}
.TagClassName
{
border-color: #3F5504;
}
</style>