Shades of Verdun Green #386A07
Tints of Verdun Green #386A07
RGB
CMYK
RGB Variations
Color information
#386A07 (or 0x386A07) is known color: Verdun Green. HEX triplet: 38, 6A and 07. RGB value is (56,106,7). Sum of RGB (Red+Green+Blue) = 56+106+7=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 106 (41.80% from 255 or 62.72% from 169); Blue value is 7 (3.12% from 255 or 4.14% from 169); Max value from RGB is 106 - color contains mainly: green. Hex color #386A07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386A07 is #C795F8. Grayscale: #505050. Windows color (decimal): -13080057 or 485944. OLE color: 485944.
HSL color Cylindrical-coordinate representation of color #386A07: hue angle of 90.3º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #386A07 is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 106 | 7 | - |
| CMYK | 0.47 | 0 | 0.93 | 0.58 |
| HSL | 90.3º | 0.88% | 0.22% | - |
| HSV(B) | 90.3º | 0.93% | 0.42% | - |
| XYZ | 6.82 | 11.16 | 2 | - |
| YUV | 79.76 | 86.94 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 106 | 7 | 0.47 | 0 | 0.93 | 0.58 | 90.3 | 0.88 | 0.22 |
| Hex | 38 | 6A | 7 | 2F | 0 | 5D | 3A | 5A | 58 | 16 |
| Octal | 70 | 152 | 7 | 57 | 0 | 135 | 72 | 132 | 130 | 26 |
| Binary | 111000 | 1101010 | 111 | 101111 | 0 | 1011101 | 111010 | 1011010 | 1011000 | 10110 |
Color Harmonies of #386A07
Complementary color
Monochromatic Colors of #386A07
Black with #386A07
Text Example
Text Example
White with #386A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386A07; }
p { color: rgb(56,106,7); }
H1.HeaderClassName
{
color: #386A07;
}
.AnyTagClassName
{
color: #386A07;
}
</style>
background-color css
<style>
a { background-color: #386A07; }
a { background-color: rgb(56,106,7); }
div.DivClassName
{
background-color: #386A07;
}
.BgClassName
{
background-color: #386A07;
}
</style>
border-color css
<style>
span { border-color: #386A07; }
span { border-color: rgb(56,106,7); }
td.TdClassName
{
border-color: #386A07;
}
.TagClassName
{
border-color: #386A07;
}
</style>