Shades of Verdun Green #386110
Tints of Verdun Green #386110
RGB
CMYK
RGB Variations
Color information
#386110 (or 0x386110) is known color: Verdun Green. HEX triplet: 38, 61 and 10. RGB value is (56,97,16). Sum of RGB (Red+Green+Blue) = 56+97+16=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #386110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386110 is #C79EEF. Grayscale: #4B4B4B. Windows color (decimal): -13082352 or 1073464. OLE color: 1073464.
HSL color Cylindrical-coordinate representation of color #386110: hue angle of 90.37º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #386110 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 97 | 16 | - |
| CMYK | 0.42 | 0 | 0.84 | 0.62 |
| HSL | 90.37º | 0.72% | 0.22% | - |
| HSV(B) | 90.37º | 0.84% | 0.38% | - |
| XYZ | 6 | 9.43 | 1.99 | - |
| YUV | 75.51 | 94.42 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 97 | 16 | 0.42 | 0 | 0.84 | 0.62 | 90.37 | 0.72 | 0.22 |
| Hex | 38 | 61 | 10 | 2A | 0 | 54 | 3E | 5A | 48 | 16 |
| Octal | 70 | 141 | 20 | 52 | 0 | 124 | 76 | 132 | 110 | 26 |
| Binary | 111000 | 1100001 | 10000 | 101010 | 0 | 1010100 | 111110 | 1011010 | 1001000 | 10110 |
Color Harmonies of #386110
Complementary color
Monochromatic Colors of #386110
Black with #386110
Text Example
Text Example
White with #386110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386110; }
p { color: rgb(56,97,16); }
H1.HeaderClassName
{
color: #386110;
}
.AnyTagClassName
{
color: #386110;
}
</style>
background-color css
<style>
a { background-color: #386110; }
a { background-color: rgb(56,97,16); }
div.DivClassName
{
background-color: #386110;
}
.BgClassName
{
background-color: #386110;
}
</style>
border-color css
<style>
span { border-color: #386110; }
span { border-color: rgb(56,97,16); }
td.TdClassName
{
border-color: #386110;
}
.TagClassName
{
border-color: #386110;
}
</style>