Shades of Verdun Green #385512
Tints of Verdun Green #385512
RGB
CMYK
RGB Variations
Color information
#385512 (or 0x385512) is known color: Verdun Green. HEX triplet: 38, 55 and 12. RGB value is (56,85,18). Sum of RGB (Red+Green+Blue) = 56+85+18=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #385512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385512 is #C7AAED. Grayscale: #444444. Windows color (decimal): -13085422 or 1201464. OLE color: 1201464.
HSL color Cylindrical-coordinate representation of color #385512: hue angle of 85.97º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #385512 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 85 | 18 | - |
| CMYK | 0.34 | 0 | 0.79 | 0.67 |
| HSL | 85.97º | 0.65% | 0.2% | - |
| HSV(B) | 85.97º | 0.79% | 0.33% | - |
| XYZ | 4.99 | 7.38 | 1.73 | - |
| YUV | 68.69 | 99.39 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 85 | 18 | 0.34 | 0 | 0.79 | 0.67 | 85.97 | 0.65 | 0.2 |
| Hex | 38 | 55 | 12 | 22 | 0 | 4F | 43 | 56 | 41 | 14 |
| Octal | 70 | 125 | 22 | 42 | 0 | 117 | 103 | 126 | 101 | 24 |
| Binary | 111000 | 1010101 | 10010 | 100010 | 0 | 1001111 | 1000011 | 1010110 | 1000001 | 10100 |
Color Harmonies of #385512
Complementary color
Monochromatic Colors of #385512
Black with #385512
Text Example
Text Example
White with #385512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385512; }
p { color: rgb(56,85,18); }
H1.HeaderClassName
{
color: #385512;
}
.AnyTagClassName
{
color: #385512;
}
</style>
background-color css
<style>
a { background-color: #385512; }
a { background-color: rgb(56,85,18); }
div.DivClassName
{
background-color: #385512;
}
.BgClassName
{
background-color: #385512;
}
</style>
border-color css
<style>
span { border-color: #385512; }
span { border-color: rgb(56,85,18); }
td.TdClassName
{
border-color: #385512;
}
.TagClassName
{
border-color: #385512;
}
</style>