Shades of Verdun Green #3F5B03
Tints of Verdun Green #3F5B03
RGB
CMYK
RGB Variations
Color information
#3F5B03 (or 0x3F5B03) is known color: Verdun Green. HEX triplet: 3F, 5B and 03. RGB value is (63,91,3). Sum of RGB (Red+Green+Blue) = 63+91+3=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 91 (35.94% from 255 or 57.96% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 91 - color contains mainly: green. Hex color #3F5B03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5B03 is #C0A4FC. Grayscale: #484848. Windows color (decimal): -12625149 or 219967. OLE color: 219967.
HSL color Cylindrical-coordinate representation of color #3F5B03: hue angle of 79.09º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F5B03 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 91 | 3 | - |
| CMYK | 0.31 | 0 | 0.97 | 0.64 |
| HSL | 79.09º | 0.94% | 0.18% | - |
| HSV(B) | 79.09º | 0.97% | 0.36% | - |
| XYZ | 5.81 | 8.55 | 1.43 | - |
| YUV | 72.6 | 88.72 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 91 | 3 | 0.31 | 0 | 0.97 | 0.64 | 79.09 | 0.94 | 0.18 |
| Hex | 3F | 5B | 3 | 1F | 0 | 61 | 40 | 4F | 5E | 12 |
| Octal | 77 | 133 | 3 | 37 | 0 | 141 | 100 | 117 | 136 | 22 |
| Binary | 111111 | 1011011 | 11 | 11111 | 0 | 1100001 | 1000000 | 1001111 | 1011110 | 10010 |
Color Harmonies of #3F5B03
Complementary color
Monochromatic Colors of #3F5B03
Black with #3F5B03
Text Example
Text Example
White with #3F5B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5B03; }
p { color: rgb(63,91,3); }
H1.HeaderClassName
{
color: #3F5B03;
}
.AnyTagClassName
{
color: #3F5B03;
}
</style>
background-color css
<style>
a { background-color: #3F5B03; }
a { background-color: rgb(63,91,3); }
div.DivClassName
{
background-color: #3F5B03;
}
.BgClassName
{
background-color: #3F5B03;
}
</style>
border-color css
<style>
span { border-color: #3F5B03; }
span { border-color: rgb(63,91,3); }
td.TdClassName
{
border-color: #3F5B03;
}
.TagClassName
{
border-color: #3F5B03;
}
</style>