Shades of Verdun Green #385E12
Tints of Verdun Green #385E12
RGB
CMYK
RGB Variations
Color information
#385E12 (or 0x385E12) is known color: Verdun Green. HEX triplet: 38, 5E and 12. RGB value is (56,94,18). Sum of RGB (Red+Green+Blue) = 56+94+18=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 94 (37.11% from 255 or 55.95% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 94 - color contains mainly: green. Hex color #385E12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385E12 is #C7A1ED. Grayscale: #4A4A4A. Windows color (decimal): -13083118 or 1203768. OLE color: 1203768.
HSL color Cylindrical-coordinate representation of color #385E12: hue angle of 90º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #385E12 is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 94 | 18 | - |
| CMYK | 0.40 | 0 | 0.81 | 0.63 |
| HSL | 90º | 0.68% | 0.22% | - |
| HSV(B) | 90º | 0.81% | 0.37% | - |
| XYZ | 5.74 | 8.89 | 1.99 | - |
| YUV | 73.97 | 96.41 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 94 | 18 | 0.40 | 0 | 0.81 | 0.63 | 90 | 0.68 | 0.22 |
| Hex | 38 | 5E | 12 | 28 | 0 | 51 | 3F | 5A | 44 | 16 |
| Octal | 70 | 136 | 22 | 50 | 0 | 121 | 77 | 132 | 104 | 26 |
| Binary | 111000 | 1011110 | 10010 | 101000 | 0 | 1010001 | 111111 | 1011010 | 1000100 | 10110 |
Color Harmonies of #385E12
Complementary color
Monochromatic Colors of #385E12
Black with #385E12
Text Example
Text Example
White with #385E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385E12; }
p { color: rgb(56,94,18); }
H1.HeaderClassName
{
color: #385E12;
}
.AnyTagClassName
{
color: #385E12;
}
</style>
background-color css
<style>
a { background-color: #385E12; }
a { background-color: rgb(56,94,18); }
div.DivClassName
{
background-color: #385E12;
}
.BgClassName
{
background-color: #385E12;
}
</style>
border-color css
<style>
span { border-color: #385E12; }
span { border-color: rgb(56,94,18); }
td.TdClassName
{
border-color: #385E12;
}
.TagClassName
{
border-color: #385E12;
}
</style>