Shades of Verdun Green #385F0B
Tints of Verdun Green #385F0B
RGB
CMYK
RGB Variations
Color information
#385F0B (or 0x385F0B) is known color: Verdun Green. HEX triplet: 38, 5F and 0B. RGB value is (56,95,11). Sum of RGB (Red+Green+Blue) = 56+95+11=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 95 (37.5% from 255 or 58.64% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 95 - color contains mainly: green. Hex color #385F0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385F0B is #C7A0F4. Grayscale: #4A4A4A. Windows color (decimal): -13082869 or 745272. OLE color: 745272.
HSL color Cylindrical-coordinate representation of color #385F0B: hue angle of 87.86º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #385F0B is Cyan = 0.41, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 95 | 11 | - |
| CMYK | 0.41 | 0 | 0.88 | 0.63 |
| HSL | 87.86º | 0.79% | 0.21% | - |
| HSV(B) | 87.86º | 0.88% | 0.37% | - |
| XYZ | 5.78 | 9.05 | 1.76 | - |
| YUV | 73.76 | 92.58 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 11 | 0.41 | 0 | 0.88 | 0.63 | 87.86 | 0.79 | 0.21 |
| Hex | 38 | 5F | B | 29 | 0 | 58 | 3F | 58 | 4F | 15 |
| Octal | 70 | 137 | 13 | 51 | 0 | 130 | 77 | 130 | 117 | 25 |
| Binary | 111000 | 1011111 | 1011 | 101001 | 0 | 1011000 | 111111 | 1011000 | 1001111 | 10101 |
Color Harmonies of #385F0B
Complementary color
Monochromatic Colors of #385F0B
Black with #385F0B
Text Example
Text Example
White with #385F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385F0B; }
p { color: rgb(56,95,11); }
H1.HeaderClassName
{
color: #385F0B;
}
.AnyTagClassName
{
color: #385F0B;
}
</style>
background-color css
<style>
a { background-color: #385F0B; }
a { background-color: rgb(56,95,11); }
div.DivClassName
{
background-color: #385F0B;
}
.BgClassName
{
background-color: #385F0B;
}
</style>
border-color css
<style>
span { border-color: #385F0B; }
span { border-color: rgb(56,95,11); }
td.TdClassName
{
border-color: #385F0B;
}
.TagClassName
{
border-color: #385F0B;
}
</style>