Shades of Verdun Green #3F5318
Tints of Verdun Green #3F5318
RGB
CMYK
RGB Variations
Color information
#3F5318 (or 0x3F5318) is known color: Verdun Green. HEX triplet: 3F, 53 and 18. RGB value is (63,83,24). Sum of RGB (Red+Green+Blue) = 63+83+24=170 (22% of max value = 765). Red value is 63 (25% from 255 or 37.06% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 83 - color contains mainly: green. Hex color #3F5318 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5318 is #C0ACE7. Grayscale: #464646. Windows color (decimal): -12627176 or 1594175. OLE color: 1594175.
HSL color Cylindrical-coordinate representation of color #3F5318: hue angle of 80.34º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F5318 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 83 | 24 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.67 |
| HSL | 80.34º | 0.55% | 0.21% | - |
| HSV(B) | 80.34º | 0.71% | 0.33% | - |
| XYZ | 5.31 | 7.31 | 2 | - |
| YUV | 70.29 | 101.87 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 24 | 0.24 | 0 | 0.71 | 0.67 | 80.34 | 0.55 | 0.21 |
| Hex | 3F | 53 | 18 | 18 | 0 | 47 | 43 | 50 | 37 | 15 |
| Octal | 77 | 123 | 30 | 30 | 0 | 107 | 103 | 120 | 67 | 25 |
| Binary | 111111 | 1010011 | 11000 | 11000 | 0 | 1000111 | 1000011 | 1010000 | 110111 | 10101 |
Color Harmonies of #3F5318
Complementary color
Monochromatic Colors of #3F5318
Black with #3F5318
Text Example
Text Example
White with #3F5318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5318; }
p { color: rgb(63,83,24); }
H1.HeaderClassName
{
color: #3F5318;
}
.AnyTagClassName
{
color: #3F5318;
}
</style>
background-color css
<style>
a { background-color: #3F5318; }
a { background-color: rgb(63,83,24); }
div.DivClassName
{
background-color: #3F5318;
}
.BgClassName
{
background-color: #3F5318;
}
</style>
border-color css
<style>
span { border-color: #3F5318; }
span { border-color: rgb(63,83,24); }
td.TdClassName
{
border-color: #3F5318;
}
.TagClassName
{
border-color: #3F5318;
}
</style>