Shades of Verdun Green #386800
Tints of Verdun Green #386800
RGB
CMYK
RGB Variations
Color information
#386800 (or 0x386800) is known color: Verdun Green. HEX triplet: 38, 68 and 00. RGB value is (56,104,0). Sum of RGB (Red+Green+Blue) = 56+104+0=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 104 (41.02% from 255 or 65% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 104 - color contains mainly: green. Hex color #386800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386800 is #C797FF. Grayscale: #4E4E4E. Windows color (decimal): -13080576 or 26680. OLE color: 26680.
HSL color Cylindrical-coordinate representation of color #386800: hue angle of 87.69º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #386800 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 56 | 104 | 0 | - |
| CMYK | 0.46 | 0 | 1 | 0.59 |
| HSL | 87.69º | 1% | 0.2% | - |
| HSV(B) | 87.69º | 1% | 0.41% | - |
| XYZ | 6.58 | 10.74 | 1.73 | - |
| YUV | 77.79 | 84.1 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 104 | 0 | 0.46 | 0 | 1 | 0.59 | 87.69 | 1 | 0.2 |
| Hex | 38 | 68 | 0 | 2E | 0 | 64 | 3B | 58 | 64 | 14 |
| Octal | 70 | 150 | 0 | 56 | 0 | 144 | 73 | 130 | 144 | 24 |
| Binary | 111000 | 1101000 | 0 | 101110 | 0 | 1100100 | 111011 | 1011000 | 1100100 | 10100 |
Color Harmonies of #386800
Complementary color
Monochromatic Colors of #386800
Black with #386800
Text Example
Text Example
White with #386800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386800; }
p { color: rgb(56,104,0); }
H1.HeaderClassName
{
color: #386800;
}
.AnyTagClassName
{
color: #386800;
}
</style>
background-color css
<style>
a { background-color: #386800; }
a { background-color: rgb(56,104,0); }
div.DivClassName
{
background-color: #386800;
}
.BgClassName
{
background-color: #386800;
}
</style>
border-color css
<style>
span { border-color: #386800; }
span { border-color: rgb(56,104,0); }
td.TdClassName
{
border-color: #386800;
}
.TagClassName
{
border-color: #386800;
}
</style>