Shades of Verdun Green #385C07
Tints of Verdun Green #385C07
RGB
CMYK
RGB Variations
Color information
#385C07 (or 0x385C07) is known color: Verdun Green. HEX triplet: 38, 5C and 07. RGB value is (56,92,7). Sum of RGB (Red+Green+Blue) = 56+92+7=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 92 (36.33% from 255 or 59.35% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 92 - color contains mainly: green. Hex color #385C07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385C07 is #C7A3F8. Grayscale: #474747. Windows color (decimal): -13083641 or 482360. OLE color: 482360.
HSL color Cylindrical-coordinate representation of color #385C07: hue angle of 85.41º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #385C07 is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 92 | 7 | - |
| CMYK | 0.39 | 0 | 0.92 | 0.64 |
| HSL | 85.41º | 0.86% | 0.19% | - |
| HSV(B) | 85.41º | 0.92% | 0.36% | - |
| XYZ | 5.5 | 8.51 | 1.55 | - |
| YUV | 71.55 | 91.57 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 92 | 7 | 0.39 | 0 | 0.92 | 0.64 | 85.41 | 0.86 | 0.19 |
| Hex | 38 | 5C | 7 | 27 | 0 | 5C | 40 | 55 | 56 | 13 |
| Octal | 70 | 134 | 7 | 47 | 0 | 134 | 100 | 125 | 126 | 23 |
| Binary | 111000 | 1011100 | 111 | 100111 | 0 | 1011100 | 1000000 | 1010101 | 1010110 | 10011 |
Color Harmonies of #385C07
Complementary color
Monochromatic Colors of #385C07
Black with #385C07
Text Example
Text Example
White with #385C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385C07; }
p { color: rgb(56,92,7); }
H1.HeaderClassName
{
color: #385C07;
}
.AnyTagClassName
{
color: #385C07;
}
</style>
background-color css
<style>
a { background-color: #385C07; }
a { background-color: rgb(56,92,7); }
div.DivClassName
{
background-color: #385C07;
}
.BgClassName
{
background-color: #385C07;
}
</style>
border-color css
<style>
span { border-color: #385C07; }
span { border-color: rgb(56,92,7); }
td.TdClassName
{
border-color: #385C07;
}
.TagClassName
{
border-color: #385C07;
}
</style>