Shades of Verdun Green #396A08
Tints of Verdun Green #396A08
RGB
CMYK
RGB Variations
Color information
#396A08 (or 0x396A08) is known color: Verdun Green. HEX triplet: 39, 6A and 08. RGB value is (57,106,8). Sum of RGB (Red+Green+Blue) = 57+106+8=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 106 (41.80% from 255 or 61.99% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 106 - color contains mainly: green. Hex color #396A08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396A08 is #C695F7. Grayscale: #505050. Windows color (decimal): -13014520 or 551481. OLE color: 551481.
HSL color Cylindrical-coordinate representation of color #396A08: hue angle of 90º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #396A08 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 106 | 8 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.58 |
| HSL | 90º | 0.86% | 0.22% | - |
| HSV(B) | 90º | 0.92% | 0.42% | - |
| XYZ | 6.89 | 11.2 | 2.03 | - |
| YUV | 80.18 | 87.27 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 106 | 8 | 0.46 | 0 | 0.92 | 0.58 | 90 | 0.86 | 0.22 |
| Hex | 39 | 6A | 8 | 2E | 0 | 5C | 3A | 5A | 56 | 16 |
| Octal | 71 | 152 | 10 | 56 | 0 | 134 | 72 | 132 | 126 | 26 |
| Binary | 111001 | 1101010 | 1000 | 101110 | 0 | 1011100 | 111010 | 1011010 | 1010110 | 10110 |
Color Harmonies of #396A08
Complementary color
Monochromatic Colors of #396A08
Black with #396A08
Text Example
Text Example
White with #396A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396A08; }
p { color: rgb(57,106,8); }
H1.HeaderClassName
{
color: #396A08;
}
.AnyTagClassName
{
color: #396A08;
}
</style>
background-color css
<style>
a { background-color: #396A08; }
a { background-color: rgb(57,106,8); }
div.DivClassName
{
background-color: #396A08;
}
.BgClassName
{
background-color: #396A08;
}
</style>
border-color css
<style>
span { border-color: #396A08; }
span { border-color: rgb(57,106,8); }
td.TdClassName
{
border-color: #396A08;
}
.TagClassName
{
border-color: #396A08;
}
</style>