Shades of Verdun Green #3F520B
Tints of Verdun Green #3F520B
RGB
CMYK
RGB Variations
Color information
#3F520B (or 0x3F520B) is known color: Verdun Green. HEX triplet: 3F, 52 and 0B. RGB value is (63,82,11). Sum of RGB (Red+Green+Blue) = 63+82+11=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 82 (32.42% from 255 or 52.56% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 82 - color contains mainly: green. Hex color #3F520B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F520B is #C0ADF4. Grayscale: #444444. Windows color (decimal): -12627445 or 741951. OLE color: 741951.
HSL color Cylindrical-coordinate representation of color #3F520B: hue angle of 76.06º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F520B is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 82 | 11 | - |
| CMYK | 0.23 | 0 | 0.87 | 0.68 |
| HSL | 76.06º | 0.76% | 0.18% | - |
| HSV(B) | 76.06º | 0.87% | 0.32% | - |
| XYZ | 5.13 | 7.12 | 1.42 | - |
| YUV | 68.23 | 95.71 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 82 | 11 | 0.23 | 0 | 0.87 | 0.68 | 76.06 | 0.76 | 0.18 |
| Hex | 3F | 52 | B | 17 | 0 | 57 | 44 | 4C | 4C | 12 |
| Octal | 77 | 122 | 13 | 27 | 0 | 127 | 104 | 114 | 114 | 22 |
| Binary | 111111 | 1010010 | 1011 | 10111 | 0 | 1010111 | 1000100 | 1001100 | 1001100 | 10010 |
Color Harmonies of #3F520B
Complementary color
Monochromatic Colors of #3F520B
Black with #3F520B
Text Example
Text Example
White with #3F520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F520B; }
p { color: rgb(63,82,11); }
H1.HeaderClassName
{
color: #3F520B;
}
.AnyTagClassName
{
color: #3F520B;
}
</style>
background-color css
<style>
a { background-color: #3F520B; }
a { background-color: rgb(63,82,11); }
div.DivClassName
{
background-color: #3F520B;
}
.BgClassName
{
background-color: #3F520B;
}
</style>
border-color css
<style>
span { border-color: #3F520B; }
span { border-color: rgb(63,82,11); }
td.TdClassName
{
border-color: #3F520B;
}
.TagClassName
{
border-color: #3F520B;
}
</style>