Shades of Verdun Green #385703
Tints of Verdun Green #385703
RGB
CMYK
RGB Variations
Color information
#385703 (or 0x385703) is known color: Verdun Green. HEX triplet: 38, 57 and 03. RGB value is (56,87,3). Sum of RGB (Red+Green+Blue) = 56+87+3=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 87 (34.38% from 255 or 59.59% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 87 - color contains mainly: green. Hex color #385703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385703 is #C7A8FC. Grayscale: #444444. Windows color (decimal): -13084925 or 218936. OLE color: 218936.
HSL color Cylindrical-coordinate representation of color #385703: hue angle of 82.14º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #385703 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 56 | 87 | 3 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.66 |
| HSL | 82.14º | 0.93% | 0.18% | - |
| HSV(B) | 82.14º | 0.97% | 0.34% | - |
| XYZ | 5.06 | 7.66 | 1.3 | - |
| YUV | 68.16 | 91.23 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 87 | 3 | 0.36 | 0 | 0.97 | 0.66 | 82.14 | 0.93 | 0.18 |
| Hex | 38 | 57 | 3 | 24 | 0 | 61 | 42 | 52 | 5D | 12 |
| Octal | 70 | 127 | 3 | 44 | 0 | 141 | 102 | 122 | 135 | 22 |
| Binary | 111000 | 1010111 | 11 | 100100 | 0 | 1100001 | 1000010 | 1010010 | 1011101 | 10010 |
Color Harmonies of #385703
Complementary color
Monochromatic Colors of #385703
Black with #385703
Text Example
Text Example
White with #385703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385703; }
p { color: rgb(56,87,3); }
H1.HeaderClassName
{
color: #385703;
}
.AnyTagClassName
{
color: #385703;
}
</style>
background-color css
<style>
a { background-color: #385703; }
a { background-color: rgb(56,87,3); }
div.DivClassName
{
background-color: #385703;
}
.BgClassName
{
background-color: #385703;
}
</style>
border-color css
<style>
span { border-color: #385703; }
span { border-color: rgb(56,87,3); }
td.TdClassName
{
border-color: #385703;
}
.TagClassName
{
border-color: #385703;
}
</style>