Shades of Verdun Green #39670A
Tints of Verdun Green #39670A
RGB
CMYK
RGB Variations
Color information
#39670A (or 0x39670A) is known color: Verdun Green. HEX triplet: 39, 67 and 0A. RGB value is (57,103,10). Sum of RGB (Red+Green+Blue) = 57+103+10=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 103 (40.62% from 255 or 60.59% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 103 - color contains mainly: green. Hex color #39670A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39670A is #C698F5. Grayscale: #4E4E4E. Windows color (decimal): -13015286 or 681785. OLE color: 681785.
HSL color Cylindrical-coordinate representation of color #39670A: hue angle of 89.68º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #39670A is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 57 | 103 | 10 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.60 |
| HSL | 89.68º | 0.82% | 0.22% | - |
| HSV(B) | 89.68º | 0.9% | 0.4% | - |
| XYZ | 6.59 | 10.59 | 1.98 | - |
| YUV | 78.64 | 89.26 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 103 | 10 | 0.45 | 0 | 0.90 | 0.60 | 89.68 | 0.82 | 0.22 |
| Hex | 39 | 67 | A | 2D | 0 | 5A | 3C | 5A | 52 | 16 |
| Octal | 71 | 147 | 12 | 55 | 0 | 132 | 74 | 132 | 122 | 26 |
| Binary | 111001 | 1100111 | 1010 | 101101 | 0 | 1011010 | 111100 | 1011010 | 1010010 | 10110 |
Color Harmonies of #39670A
Complementary color
Monochromatic Colors of #39670A
Black with #39670A
Text Example
Text Example
White with #39670A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39670A; }
p { color: rgb(57,103,10); }
H1.HeaderClassName
{
color: #39670A;
}
.AnyTagClassName
{
color: #39670A;
}
</style>
background-color css
<style>
a { background-color: #39670A; }
a { background-color: rgb(57,103,10); }
div.DivClassName
{
background-color: #39670A;
}
.BgClassName
{
background-color: #39670A;
}
</style>
border-color css
<style>
span { border-color: #39670A; }
span { border-color: rgb(57,103,10); }
td.TdClassName
{
border-color: #39670A;
}
.TagClassName
{
border-color: #39670A;
}
</style>