Shades of Verdun Green #396409
Tints of Verdun Green #396409
RGB
CMYK
RGB Variations
Color information
#396409 (or 0x396409) is known color: Verdun Green. HEX triplet: 39, 64 and 09. RGB value is (57,100,9). Sum of RGB (Red+Green+Blue) = 57+100+9=166 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.34% from 166); Green value is 100 (39.45% from 255 or 60.24% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 100 - color contains mainly: green. Hex color #396409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396409 is #C69BF6. Grayscale: #4D4D4D. Windows color (decimal): -13016055 or 615481. OLE color: 615481.
HSL color Cylindrical-coordinate representation of color #396409: hue angle of 88.35º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #396409 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 57 | 100 | 9 | - |
| CMYK | 0.43 | 0 | 0.91 | 0.61 |
| HSL | 88.35º | 0.83% | 0.21% | - |
| HSV(B) | 88.35º | 0.91% | 0.39% | - |
| XYZ | 6.29 | 10 | 1.86 | - |
| YUV | 76.77 | 89.75 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 100 | 9 | 0.43 | 0 | 0.91 | 0.61 | 88.35 | 0.83 | 0.21 |
| Hex | 39 | 64 | 9 | 2B | 0 | 5B | 3D | 58 | 53 | 15 |
| Octal | 71 | 144 | 11 | 53 | 0 | 133 | 75 | 130 | 123 | 25 |
| Binary | 111001 | 1100100 | 1001 | 101011 | 0 | 1011011 | 111101 | 1011000 | 1010011 | 10101 |
Color Harmonies of #396409
Complementary color
Monochromatic Colors of #396409
Black with #396409
Text Example
Text Example
White with #396409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396409; }
p { color: rgb(57,100,9); }
H1.HeaderClassName
{
color: #396409;
}
.AnyTagClassName
{
color: #396409;
}
</style>
background-color css
<style>
a { background-color: #396409; }
a { background-color: rgb(57,100,9); }
div.DivClassName
{
background-color: #396409;
}
.BgClassName
{
background-color: #396409;
}
</style>
border-color css
<style>
span { border-color: #396409; }
span { border-color: rgb(57,100,9); }
td.TdClassName
{
border-color: #396409;
}
.TagClassName
{
border-color: #396409;
}
</style>