Shades of Verdun Green #386111
Tints of Verdun Green #386111
RGB
CMYK
RGB Variations
Color information
#386111 (or 0x386111) is known color: Verdun Green. HEX triplet: 38, 61 and 11. RGB value is (56,97,17). Sum of RGB (Red+Green+Blue) = 56+97+17=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 97 (38.28% from 255 or 57.06% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 97 - color contains mainly: green. Hex color #386111 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386111 is #C79EEE. Grayscale: #4B4B4B. Windows color (decimal): -13082351 or 1139000. OLE color: 1139000.
HSL color Cylindrical-coordinate representation of color #386111: hue angle of 90.75º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #386111 is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 97 | 17 | - |
| CMYK | 0.42 | 0 | 0.82 | 0.62 |
| HSL | 90.75º | 0.7% | 0.22% | - |
| HSV(B) | 90.75º | 0.82% | 0.38% | - |
| XYZ | 6.01 | 9.43 | 2.03 | - |
| YUV | 75.62 | 94.92 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 97 | 17 | 0.42 | 0 | 0.82 | 0.62 | 90.75 | 0.7 | 0.22 |
| Hex | 38 | 61 | 11 | 2A | 0 | 52 | 3E | 5B | 46 | 16 |
| Octal | 70 | 141 | 21 | 52 | 0 | 122 | 76 | 133 | 106 | 26 |
| Binary | 111000 | 1100001 | 10001 | 101010 | 0 | 1010010 | 111110 | 1011011 | 1000110 | 10110 |
Color Harmonies of #386111
Complementary color
Monochromatic Colors of #386111
Black with #386111
Text Example
Text Example
White with #386111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386111; }
p { color: rgb(56,97,17); }
H1.HeaderClassName
{
color: #386111;
}
.AnyTagClassName
{
color: #386111;
}
</style>
background-color css
<style>
a { background-color: #386111; }
a { background-color: rgb(56,97,17); }
div.DivClassName
{
background-color: #386111;
}
.BgClassName
{
background-color: #386111;
}
</style>
border-color css
<style>
span { border-color: #386111; }
span { border-color: rgb(56,97,17); }
td.TdClassName
{
border-color: #386111;
}
.TagClassName
{
border-color: #386111;
}
</style>