Shades of Verdun Green #386808
Tints of Verdun Green #386808
RGB
CMYK
RGB Variations
Color information
#386808 (or 0x386808) is known color: Verdun Green. HEX triplet: 38, 68 and 08. RGB value is (56,104,8). Sum of RGB (Red+Green+Blue) = 56+104+8=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 104 (41.02% from 255 or 61.90% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 104 - color contains mainly: green. Hex color #386808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386808 is #C797F7. Grayscale: #4F4F4F. Windows color (decimal): -13080568 or 550968. OLE color: 550968.
HSL color Cylindrical-coordinate representation of color #386808: hue angle of 90º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #386808 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 56 | 104 | 8 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.59 |
| HSL | 90º | 0.86% | 0.22% | - |
| HSV(B) | 90º | 0.92% | 0.41% | - |
| XYZ | 6.63 | 10.76 | 1.96 | - |
| YUV | 78.7 | 88.1 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 104 | 8 | 0.46 | 0 | 0.92 | 0.59 | 90 | 0.86 | 0.22 |
| Hex | 38 | 68 | 8 | 2E | 0 | 5C | 3B | 5A | 56 | 16 |
| Octal | 70 | 150 | 10 | 56 | 0 | 134 | 73 | 132 | 126 | 26 |
| Binary | 111000 | 1101000 | 1000 | 101110 | 0 | 1011100 | 111011 | 1011010 | 1010110 | 10110 |
Color Harmonies of #386808
Complementary color
Monochromatic Colors of #386808
Black with #386808
Text Example
Text Example
White with #386808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386808; }
p { color: rgb(56,104,8); }
H1.HeaderClassName
{
color: #386808;
}
.AnyTagClassName
{
color: #386808;
}
</style>
background-color css
<style>
a { background-color: #386808; }
a { background-color: rgb(56,104,8); }
div.DivClassName
{
background-color: #386808;
}
.BgClassName
{
background-color: #386808;
}
</style>
border-color css
<style>
span { border-color: #386808; }
span { border-color: rgb(56,104,8); }
td.TdClassName
{
border-color: #386808;
}
.TagClassName
{
border-color: #386808;
}
</style>