Shades of Verdun Green #396303
Tints of Verdun Green #396303
RGB
CMYK
RGB Variations
Color information
#396303 (or 0x396303) is known color: Verdun Green. HEX triplet: 39, 63 and 03. RGB value is (57,99,3). Sum of RGB (Red+Green+Blue) = 57+99+3=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 99 (39.06% from 255 or 62.26% from 159); Blue value is 3 (1.56% from 255 or 1.89% from 159); Max value from RGB is 99 - color contains mainly: green. Hex color #396303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396303 is #C69CFC. Grayscale: #4B4B4B. Windows color (decimal): -13016317 or 222009. OLE color: 222009.
HSL color Cylindrical-coordinate representation of color #396303: hue angle of 86.25º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #396303 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 57 | 99 | 3 | - |
| CMYK | 0.42 | 0 | 0.97 | 0.61 |
| HSL | 86.25º | 0.94% | 0.2% | - |
| HSV(B) | 86.25º | 0.97% | 0.39% | - |
| XYZ | 6.17 | 9.8 | 1.65 | - |
| YUV | 75.5 | 87.09 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 99 | 3 | 0.42 | 0 | 0.97 | 0.61 | 86.25 | 0.94 | 0.2 |
| Hex | 39 | 63 | 3 | 2A | 0 | 61 | 3D | 56 | 5E | 14 |
| Octal | 71 | 143 | 3 | 52 | 0 | 141 | 75 | 126 | 136 | 24 |
| Binary | 111001 | 1100011 | 11 | 101010 | 0 | 1100001 | 111101 | 1010110 | 1011110 | 10100 |
Color Harmonies of #396303
Complementary color
Monochromatic Colors of #396303
Black with #396303
Text Example
Text Example
White with #396303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396303; }
p { color: rgb(57,99,3); }
H1.HeaderClassName
{
color: #396303;
}
.AnyTagClassName
{
color: #396303;
}
</style>
background-color css
<style>
a { background-color: #396303; }
a { background-color: rgb(57,99,3); }
div.DivClassName
{
background-color: #396303;
}
.BgClassName
{
background-color: #396303;
}
</style>
border-color css
<style>
span { border-color: #396303; }
span { border-color: rgb(57,99,3); }
td.TdClassName
{
border-color: #396303;
}
.TagClassName
{
border-color: #396303;
}
</style>