Shades of Verdun Green #385E09
Tints of Verdun Green #385E09
RGB
CMYK
RGB Variations
Color information
#385E09 (or 0x385E09) is known color: Verdun Green. HEX triplet: 38, 5E and 09. RGB value is (56,94,9). Sum of RGB (Red+Green+Blue) = 56+94+9=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 94 (37.11% from 255 or 59.12% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 94 - color contains mainly: green. Hex color #385E09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385E09 is #C7A1F6. Grayscale: #494949. Windows color (decimal): -13083127 or 613944. OLE color: 613944.
HSL color Cylindrical-coordinate representation of color #385E09: hue angle of 86.82º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #385E09 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 94 | 9 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.63 |
| HSL | 86.82º | 0.83% | 0.2% | - |
| HSV(B) | 86.82º | 0.9% | 0.37% | - |
| XYZ | 5.68 | 8.87 | 1.67 | - |
| YUV | 72.95 | 91.91 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 94 | 9 | 0.40 | 0 | 0.90 | 0.63 | 86.82 | 0.83 | 0.2 |
| Hex | 38 | 5E | 9 | 28 | 0 | 5A | 3F | 57 | 53 | 14 |
| Octal | 70 | 136 | 11 | 50 | 0 | 132 | 77 | 127 | 123 | 24 |
| Binary | 111000 | 1011110 | 1001 | 101000 | 0 | 1011010 | 111111 | 1010111 | 1010011 | 10100 |
Color Harmonies of #385E09
Complementary color
Monochromatic Colors of #385E09
Black with #385E09
Text Example
Text Example
White with #385E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385E09; }
p { color: rgb(56,94,9); }
H1.HeaderClassName
{
color: #385E09;
}
.AnyTagClassName
{
color: #385E09;
}
</style>
background-color css
<style>
a { background-color: #385E09; }
a { background-color: rgb(56,94,9); }
div.DivClassName
{
background-color: #385E09;
}
.BgClassName
{
background-color: #385E09;
}
</style>
border-color css
<style>
span { border-color: #385E09; }
span { border-color: rgb(56,94,9); }
td.TdClassName
{
border-color: #385E09;
}
.TagClassName
{
border-color: #385E09;
}
</style>