Shades of Verdun Green #38610D
Tints of Verdun Green #38610D
RGB
CMYK
RGB Variations
Color information
#38610D (or 0x38610D) is known color: Verdun Green. HEX triplet: 38, 61 and 0D. RGB value is (56,97,13). Sum of RGB (Red+Green+Blue) = 56+97+13=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #38610D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38610D is #C79EF2. Grayscale: #4B4B4B. Windows color (decimal): -13082355 or 876856. OLE color: 876856.
HSL color Cylindrical-coordinate representation of color #38610D: hue angle of 89.29º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #38610D is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 97 | 13 | - |
| CMYK | 0.42 | 0 | 0.87 | 0.62 |
| HSL | 89.29º | 0.76% | 0.22% | - |
| HSV(B) | 89.29º | 0.87% | 0.38% | - |
| XYZ | 5.98 | 9.42 | 1.88 | - |
| YUV | 75.17 | 92.92 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 97 | 13 | 0.42 | 0 | 0.87 | 0.62 | 89.29 | 0.76 | 0.22 |
| Hex | 38 | 61 | D | 2A | 0 | 57 | 3E | 59 | 4C | 16 |
| Octal | 70 | 141 | 15 | 52 | 0 | 127 | 76 | 131 | 114 | 26 |
| Binary | 111000 | 1100001 | 1101 | 101010 | 0 | 1010111 | 111110 | 1011001 | 1001100 | 10110 |
Color Harmonies of #38610D
Complementary color
Monochromatic Colors of #38610D
Black with #38610D
Text Example
Text Example
White with #38610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38610D; }
p { color: rgb(56,97,13); }
H1.HeaderClassName
{
color: #38610D;
}
.AnyTagClassName
{
color: #38610D;
}
</style>
background-color css
<style>
a { background-color: #38610D; }
a { background-color: rgb(56,97,13); }
div.DivClassName
{
background-color: #38610D;
}
.BgClassName
{
background-color: #38610D;
}
</style>
border-color css
<style>
span { border-color: #38610D; }
span { border-color: rgb(56,97,13); }
td.TdClassName
{
border-color: #38610D;
}
.TagClassName
{
border-color: #38610D;
}
</style>