Shades of Verdun Green #384E03
Tints of Verdun Green #384E03
RGB
CMYK
RGB Variations
Color information
#384E03 (or 0x384E03) is known color: Verdun Green. HEX triplet: 38, 4E and 03. RGB value is (56,78,3). Sum of RGB (Red+Green+Blue) = 56+78+3=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 78 (30.86% from 255 or 56.93% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 78 - color contains mainly: green. Hex color #384E03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384E03 is #C7B1FC. Grayscale: #3F3F3F. Windows color (decimal): -13087229 or 216632. OLE color: 216632.
HSL color Cylindrical-coordinate representation of color #384E03: hue angle of 77.6º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #384E03 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 78 | 3 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.69 |
| HSL | 77.6º | 0.93% | 0.16% | - |
| HSV(B) | 77.6º | 0.96% | 0.31% | - |
| XYZ | 4.37 | 6.3 | 1.07 | - |
| YUV | 62.87 | 94.21 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 3 | 0.28 | 0 | 0.96 | 0.69 | 77.6 | 0.93 | 0.16 |
| Hex | 38 | 4E | 3 | 1C | 0 | 60 | 45 | 4E | 5D | 10 |
| Octal | 70 | 116 | 3 | 34 | 0 | 140 | 105 | 116 | 135 | 20 |
| Binary | 111000 | 1001110 | 11 | 11100 | 0 | 1100000 | 1000101 | 1001110 | 1011101 | 10000 |
Color Harmonies of #384E03
Complementary color
Monochromatic Colors of #384E03
Black with #384E03
Text Example
Text Example
White with #384E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384E03; }
p { color: rgb(56,78,3); }
H1.HeaderClassName
{
color: #384E03;
}
.AnyTagClassName
{
color: #384E03;
}
</style>
background-color css
<style>
a { background-color: #384E03; }
a { background-color: rgb(56,78,3); }
div.DivClassName
{
background-color: #384E03;
}
.BgClassName
{
background-color: #384E03;
}
</style>
border-color css
<style>
span { border-color: #384E03; }
span { border-color: rgb(56,78,3); }
td.TdClassName
{
border-color: #384E03;
}
.TagClassName
{
border-color: #384E03;
}
</style>