Shades of Verdun Green #3F530F
Tints of Verdun Green #3F530F
RGB
CMYK
RGB Variations
Color information
#3F530F (or 0x3F530F) is known color: Verdun Green. HEX triplet: 3F, 53 and 0F. RGB value is (63,83,15). Sum of RGB (Red+Green+Blue) = 63+83+15=161 (21% of max value = 765). Red value is 63 (25% from 255 or 39.13% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #3F530F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F530F is #C0ACF0. Grayscale: #454545. Windows color (decimal): -12627185 or 1004351. OLE color: 1004351.
HSL color Cylindrical-coordinate representation of color #3F530F: hue angle of 77.65º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F530F is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 83 | 15 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.67 |
| HSL | 77.65º | 0.69% | 0.19% | - |
| HSV(B) | 77.65º | 0.82% | 0.33% | - |
| XYZ | 5.23 | 7.28 | 1.58 | - |
| YUV | 69.27 | 97.37 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 15 | 0.24 | 0 | 0.82 | 0.67 | 77.65 | 0.69 | 0.19 |
| Hex | 3F | 53 | F | 18 | 0 | 52 | 43 | 4E | 45 | 13 |
| Octal | 77 | 123 | 17 | 30 | 0 | 122 | 103 | 116 | 105 | 23 |
| Binary | 111111 | 1010011 | 1111 | 11000 | 0 | 1010010 | 1000011 | 1001110 | 1000101 | 10011 |
Color Harmonies of #3F530F
Complementary color
Monochromatic Colors of #3F530F
Black with #3F530F
Text Example
Text Example
White with #3F530F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F530F; }
p { color: rgb(63,83,15); }
H1.HeaderClassName
{
color: #3F530F;
}
.AnyTagClassName
{
color: #3F530F;
}
</style>
background-color css
<style>
a { background-color: #3F530F; }
a { background-color: rgb(63,83,15); }
div.DivClassName
{
background-color: #3F530F;
}
.BgClassName
{
background-color: #3F530F;
}
</style>
border-color css
<style>
span { border-color: #3F530F; }
span { border-color: rgb(63,83,15); }
td.TdClassName
{
border-color: #3F530F;
}
.TagClassName
{
border-color: #3F530F;
}
</style>