Shades of Verdun Green #385511
Tints of Verdun Green #385511
RGB
CMYK
RGB Variations
Color information
#385511 (or 0x385511) is known color: Verdun Green. HEX triplet: 38, 55 and 11. RGB value is (56,85,17). Sum of RGB (Red+Green+Blue) = 56+85+17=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #385511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385511 is #C7AAEE. Grayscale: #444444. Windows color (decimal): -13085423 or 1135928. OLE color: 1135928.
HSL color Cylindrical-coordinate representation of color #385511: hue angle of 85.59º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #385511 is Cyan = 0.34, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 85 | 17 | - |
| CMYK | 0.34 | 0 | 0.80 | 0.67 |
| HSL | 85.59º | 0.67% | 0.2% | - |
| HSV(B) | 85.59º | 0.8% | 0.33% | - |
| XYZ | 4.98 | 7.38 | 1.69 | - |
| YUV | 68.58 | 98.89 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 85 | 17 | 0.34 | 0 | 0.80 | 0.67 | 85.59 | 0.67 | 0.2 |
| Hex | 38 | 55 | 11 | 22 | 0 | 50 | 43 | 56 | 43 | 14 |
| Octal | 70 | 125 | 21 | 42 | 0 | 120 | 103 | 126 | 103 | 24 |
| Binary | 111000 | 1010101 | 10001 | 100010 | 0 | 1010000 | 1000011 | 1010110 | 1000011 | 10100 |
Color Harmonies of #385511
Complementary color
Monochromatic Colors of #385511
Black with #385511
Text Example
Text Example
White with #385511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385511; }
p { color: rgb(56,85,17); }
H1.HeaderClassName
{
color: #385511;
}
.AnyTagClassName
{
color: #385511;
}
</style>
background-color css
<style>
a { background-color: #385511; }
a { background-color: rgb(56,85,17); }
div.DivClassName
{
background-color: #385511;
}
.BgClassName
{
background-color: #385511;
}
</style>
border-color css
<style>
span { border-color: #385511; }
span { border-color: rgb(56,85,17); }
td.TdClassName
{
border-color: #385511;
}
.TagClassName
{
border-color: #385511;
}
</style>