Shades of Verdun Green #38540D
Tints of Verdun Green #38540D
RGB
CMYK
RGB Variations
Color information
#38540D (or 0x38540D) is known color: Verdun Green. HEX triplet: 38, 54 and 0D. RGB value is (56,84,13). Sum of RGB (Red+Green+Blue) = 56+84+13=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 84 (33.20% from 255 or 54.90% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 84 - color contains mainly: green. Hex color #38540D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38540D is #C7ABF2. Grayscale: #434343. Windows color (decimal): -13085683 or 873528. OLE color: 873528.
HSL color Cylindrical-coordinate representation of color #38540D: hue angle of 83.66º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38540D is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 84 | 13 | - |
| CMYK | 0.33 | 0 | 0.85 | 0.67 |
| HSL | 83.66º | 0.73% | 0.19% | - |
| HSV(B) | 83.66º | 0.85% | 0.33% | - |
| XYZ | 4.87 | 7.21 | 1.52 | - |
| YUV | 67.53 | 97.22 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 84 | 13 | 0.33 | 0 | 0.85 | 0.67 | 83.66 | 0.73 | 0.19 |
| Hex | 38 | 54 | D | 21 | 0 | 55 | 43 | 54 | 49 | 13 |
| Octal | 70 | 124 | 15 | 41 | 0 | 125 | 103 | 124 | 111 | 23 |
| Binary | 111000 | 1010100 | 1101 | 100001 | 0 | 1010101 | 1000011 | 1010100 | 1001001 | 10011 |
Color Harmonies of #38540D
Complementary color
Monochromatic Colors of #38540D
Black with #38540D
Text Example
Text Example
White with #38540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38540D; }
p { color: rgb(56,84,13); }
H1.HeaderClassName
{
color: #38540D;
}
.AnyTagClassName
{
color: #38540D;
}
</style>
background-color css
<style>
a { background-color: #38540D; }
a { background-color: rgb(56,84,13); }
div.DivClassName
{
background-color: #38540D;
}
.BgClassName
{
background-color: #38540D;
}
</style>
border-color css
<style>
span { border-color: #38540D; }
span { border-color: rgb(56,84,13); }
td.TdClassName
{
border-color: #38540D;
}
.TagClassName
{
border-color: #38540D;
}
</style>