Shades of Verdun Green #385F01
Tints of Verdun Green #385F01
RGB
CMYK
RGB Variations
Color information
#385F01 (or 0x385F01) is known color: Verdun Green. HEX triplet: 38, 5F and 01. RGB value is (56,95,1). Sum of RGB (Red+Green+Blue) = 56+95+1=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 95 (37.5% from 255 or 62.5% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 95 - color contains mainly: green. Hex color #385F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385F01 is #C7A0FE. Grayscale: #484848. Windows color (decimal): -13082879 or 89912. OLE color: 89912.
HSL color Cylindrical-coordinate representation of color #385F01: hue angle of 84.89º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #385F01 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 95 | 1 | - |
| CMYK | 0.41 | 0 | 0.99 | 0.63 |
| HSL | 84.89º | 0.98% | 0.19% | - |
| HSV(B) | 84.89º | 0.99% | 0.37% | - |
| XYZ | 5.73 | 9.03 | 1.47 | - |
| YUV | 72.62 | 87.58 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 1 | 0.41 | 0 | 0.99 | 0.63 | 84.89 | 0.98 | 0.19 |
| Hex | 38 | 5F | 1 | 29 | 0 | 63 | 3F | 55 | 62 | 13 |
| Octal | 70 | 137 | 1 | 51 | 0 | 143 | 77 | 125 | 142 | 23 |
| Binary | 111000 | 1011111 | 1 | 101001 | 0 | 1100011 | 111111 | 1010101 | 1100010 | 10011 |
Color Harmonies of #385F01
Complementary color
Monochromatic Colors of #385F01
Black with #385F01
Text Example
Text Example
White with #385F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385F01; }
p { color: rgb(56,95,1); }
H1.HeaderClassName
{
color: #385F01;
}
.AnyTagClassName
{
color: #385F01;
}
</style>
background-color css
<style>
a { background-color: #385F01; }
a { background-color: rgb(56,95,1); }
div.DivClassName
{
background-color: #385F01;
}
.BgClassName
{
background-color: #385F01;
}
</style>
border-color css
<style>
span { border-color: #385F01; }
span { border-color: rgb(56,95,1); }
td.TdClassName
{
border-color: #385F01;
}
.TagClassName
{
border-color: #385F01;
}
</style>