Shades of Verdun Green #396B00
Tints of Verdun Green #396B00
RGB
CMYK
RGB Variations
Color information
#396B00 (or 0x396B00) is known color: Verdun Green. HEX triplet: 39, 6B and 00. RGB value is (57,107,0). Sum of RGB (Red+Green+Blue) = 57+107+0=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 107 (42.19% from 255 or 65.24% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 107 - color contains mainly: green. Hex color #396B00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396B00 is #C694FF. Grayscale: #505050. Windows color (decimal): -13014272 or 27449. OLE color: 27449.
HSL color Cylindrical-coordinate representation of color #396B00: hue angle of 88.04º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #396B00 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 107 | 0 | - |
| CMYK | 0.47 | 0 | 1 | 0.58 |
| HSL | 88.04º | 1% | 0.21% | - |
| HSV(B) | 88.04º | 1% | 0.42% | - |
| XYZ | 6.95 | 11.39 | 1.83 | - |
| YUV | 79.85 | 82.94 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 107 | 0 | 0.47 | 0 | 1 | 0.58 | 88.04 | 1 | 0.21 |
| Hex | 39 | 6B | 0 | 2F | 0 | 64 | 3A | 58 | 64 | 15 |
| Octal | 71 | 153 | 0 | 57 | 0 | 144 | 72 | 130 | 144 | 25 |
| Binary | 111001 | 1101011 | 0 | 101111 | 0 | 1100100 | 111010 | 1011000 | 1100100 | 10101 |
Color Harmonies of #396B00
Complementary color
Monochromatic Colors of #396B00
Black with #396B00
Text Example
Text Example
White with #396B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396B00; }
p { color: rgb(57,107,0); }
H1.HeaderClassName
{
color: #396B00;
}
.AnyTagClassName
{
color: #396B00;
}
</style>
background-color css
<style>
a { background-color: #396B00; }
a { background-color: rgb(57,107,0); }
div.DivClassName
{
background-color: #396B00;
}
.BgClassName
{
background-color: #396B00;
}
</style>
border-color css
<style>
span { border-color: #396B00; }
span { border-color: rgb(57,107,0); }
td.TdClassName
{
border-color: #396B00;
}
.TagClassName
{
border-color: #396B00;
}
</style>