Shades of Verdun Green #39690B
Tints of Verdun Green #39690B
RGB
CMYK
RGB Variations
Color information
#39690B (or 0x39690B) is known color: Verdun Green. HEX triplet: 39, 69 and 0B. RGB value is (57,105,11). Sum of RGB (Red+Green+Blue) = 57+105+11=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 105 (41.41% from 255 or 60.69% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 105 - color contains mainly: green. Hex color #39690B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39690B is #C696F4. Grayscale: #505050. Windows color (decimal): -13014773 or 747833. OLE color: 747833.
HSL color Cylindrical-coordinate representation of color #39690B: hue angle of 90.64º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #39690B is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 57 | 105 | 11 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.59 |
| HSL | 90.64º | 0.81% | 0.23% | - |
| HSV(B) | 90.64º | 0.9% | 0.41% | - |
| XYZ | 6.8 | 11 | 2.08 | - |
| YUV | 79.93 | 89.1 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 105 | 11 | 0.46 | 0 | 0.90 | 0.59 | 90.64 | 0.81 | 0.23 |
| Hex | 39 | 69 | B | 2E | 0 | 5A | 3B | 5B | 51 | 17 |
| Octal | 71 | 151 | 13 | 56 | 0 | 132 | 73 | 133 | 121 | 27 |
| Binary | 111001 | 1101001 | 1011 | 101110 | 0 | 1011010 | 111011 | 1011011 | 1010001 | 10111 |
Color Harmonies of #39690B
Complementary color
Monochromatic Colors of #39690B
Black with #39690B
Text Example
Text Example
White with #39690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39690B; }
p { color: rgb(57,105,11); }
H1.HeaderClassName
{
color: #39690B;
}
.AnyTagClassName
{
color: #39690B;
}
</style>
background-color css
<style>
a { background-color: #39690B; }
a { background-color: rgb(57,105,11); }
div.DivClassName
{
background-color: #39690B;
}
.BgClassName
{
background-color: #39690B;
}
</style>
border-color css
<style>
span { border-color: #39690B; }
span { border-color: rgb(57,105,11); }
td.TdClassName
{
border-color: #39690B;
}
.TagClassName
{
border-color: #39690B;
}
</style>