Shades of Verdun Green #385E13
Tints of Verdun Green #385E13
RGB
CMYK
RGB Variations
Color information
#385E13 (or 0x385E13) is known color: Verdun Green. HEX triplet: 38, 5E and 13. RGB value is (56,94,19). Sum of RGB (Red+Green+Blue) = 56+94+19=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 94 (37.11% from 255 or 55.62% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 94 - color contains mainly: green. Hex color #385E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385E13 is #C7A1EC. Grayscale: #4A4A4A. Windows color (decimal): -13083117 or 1269304. OLE color: 1269304.
HSL color Cylindrical-coordinate representation of color #385E13: hue angle of 90.4º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #385E13 is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 94 | 19 | - |
| CMYK | 0.40 | 0 | 0.80 | 0.63 |
| HSL | 90.4º | 0.66% | 0.22% | - |
| HSV(B) | 90.4º | 0.8% | 0.37% | - |
| XYZ | 5.75 | 8.89 | 2.03 | - |
| YUV | 74.09 | 96.91 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 94 | 19 | 0.40 | 0 | 0.80 | 0.63 | 90.4 | 0.66 | 0.22 |
| Hex | 38 | 5E | 13 | 28 | 0 | 50 | 3F | 5A | 42 | 16 |
| Octal | 70 | 136 | 23 | 50 | 0 | 120 | 77 | 132 | 102 | 26 |
| Binary | 111000 | 1011110 | 10011 | 101000 | 0 | 1010000 | 111111 | 1011010 | 1000010 | 10110 |
Color Harmonies of #385E13
Complementary color
Monochromatic Colors of #385E13
Black with #385E13
Text Example
Text Example
White with #385E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385E13; }
p { color: rgb(56,94,19); }
H1.HeaderClassName
{
color: #385E13;
}
.AnyTagClassName
{
color: #385E13;
}
</style>
background-color css
<style>
a { background-color: #385E13; }
a { background-color: rgb(56,94,19); }
div.DivClassName
{
background-color: #385E13;
}
.BgClassName
{
background-color: #385E13;
}
</style>
border-color css
<style>
span { border-color: #385E13; }
span { border-color: rgb(56,94,19); }
td.TdClassName
{
border-color: #385E13;
}
.TagClassName
{
border-color: #385E13;
}
</style>