Shades of Verdun Green #3F550F
Tints of Verdun Green #3F550F
RGB
CMYK
RGB Variations
Color information
#3F550F (or 0x3F550F) is known color: Verdun Green. HEX triplet: 3F, 55 and 0F. RGB value is (63,85,15). Sum of RGB (Red+Green+Blue) = 63+85+15=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #3F550F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F550F is #C0AAF0. Grayscale: #464646. Windows color (decimal): -12626673 or 1004863. OLE color: 1004863.
HSL color Cylindrical-coordinate representation of color #3F550F: hue angle of 78.86º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F550F is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 85 | 15 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.67 |
| HSL | 78.86º | 0.7% | 0.2% | - |
| HSV(B) | 78.86º | 0.82% | 0.33% | - |
| XYZ | 5.38 | 7.59 | 1.63 | - |
| YUV | 70.44 | 96.71 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 85 | 15 | 0.26 | 0 | 0.82 | 0.67 | 78.86 | 0.7 | 0.2 |
| Hex | 3F | 55 | F | 1A | 0 | 52 | 43 | 4F | 46 | 14 |
| Octal | 77 | 125 | 17 | 32 | 0 | 122 | 103 | 117 | 106 | 24 |
| Binary | 111111 | 1010101 | 1111 | 11010 | 0 | 1010010 | 1000011 | 1001111 | 1000110 | 10100 |
Color Harmonies of #3F550F
Complementary color
Monochromatic Colors of #3F550F
Black with #3F550F
Text Example
Text Example
White with #3F550F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F550F; }
p { color: rgb(63,85,15); }
H1.HeaderClassName
{
color: #3F550F;
}
.AnyTagClassName
{
color: #3F550F;
}
</style>
background-color css
<style>
a { background-color: #3F550F; }
a { background-color: rgb(63,85,15); }
div.DivClassName
{
background-color: #3F550F;
}
.BgClassName
{
background-color: #3F550F;
}
</style>
border-color css
<style>
span { border-color: #3F550F; }
span { border-color: rgb(63,85,15); }
td.TdClassName
{
border-color: #3F550F;
}
.TagClassName
{
border-color: #3F550F;
}
</style>