Shades of Verdun Green #386205
Tints of Verdun Green #386205
RGB
CMYK
RGB Variations
Color information
#386205 (or 0x386205) is known color: Verdun Green. HEX triplet: 38, 62 and 05. RGB value is (56,98,5). Sum of RGB (Red+Green+Blue) = 56+98+5=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 98 (38.67% from 255 or 61.64% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 98 - color contains mainly: green. Hex color #386205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386205 is #C79DFA. Grayscale: #4B4B4B. Windows color (decimal): -13082107 or 352824. OLE color: 352824.
HSL color Cylindrical-coordinate representation of color #386205: hue angle of 87.1º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #386205 is Cyan = 0.43, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 98 | 5 | - |
| CMYK | 0.43 | 0 | 0.95 | 0.62 |
| HSL | 87.1º | 0.9% | 0.2% | - |
| HSV(B) | 87.1º | 0.95% | 0.38% | - |
| XYZ | 6.03 | 9.59 | 1.68 | - |
| YUV | 74.84 | 88.59 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 98 | 5 | 0.43 | 0 | 0.95 | 0.62 | 87.1 | 0.9 | 0.2 |
| Hex | 38 | 62 | 5 | 2B | 0 | 5F | 3E | 57 | 5A | 14 |
| Octal | 70 | 142 | 5 | 53 | 0 | 137 | 76 | 127 | 132 | 24 |
| Binary | 111000 | 1100010 | 101 | 101011 | 0 | 1011111 | 111110 | 1010111 | 1011010 | 10100 |
Color Harmonies of #386205
Complementary color
Monochromatic Colors of #386205
Black with #386205
Text Example
Text Example
White with #386205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386205; }
p { color: rgb(56,98,5); }
H1.HeaderClassName
{
color: #386205;
}
.AnyTagClassName
{
color: #386205;
}
</style>
background-color css
<style>
a { background-color: #386205; }
a { background-color: rgb(56,98,5); }
div.DivClassName
{
background-color: #386205;
}
.BgClassName
{
background-color: #386205;
}
</style>
border-color css
<style>
span { border-color: #386205; }
span { border-color: rgb(56,98,5); }
td.TdClassName
{
border-color: #386205;
}
.TagClassName
{
border-color: #386205;
}
</style>