Shades of Verdun Green #38550B
Tints of Verdun Green #38550B
RGB
CMYK
RGB Variations
Color information
#38550B (or 0x38550B) is known color: Verdun Green. HEX triplet: 38, 55 and 0B. RGB value is (56,85,11). Sum of RGB (Red+Green+Blue) = 56+85+11=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #38550B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38550B is #C7AAF4. Grayscale: #444444. Windows color (decimal): -13085429 or 742712. OLE color: 742712.
HSL color Cylindrical-coordinate representation of color #38550B: hue angle of 83.51º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #38550B is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 85 | 11 | - |
| CMYK | 0.34 | 0 | 0.87 | 0.67 |
| HSL | 83.51º | 0.77% | 0.19% | - |
| HSV(B) | 83.51º | 0.87% | 0.33% | - |
| XYZ | 4.94 | 7.36 | 1.48 | - |
| YUV | 67.89 | 95.89 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 85 | 11 | 0.34 | 0 | 0.87 | 0.67 | 83.51 | 0.77 | 0.19 |
| Hex | 38 | 55 | B | 22 | 0 | 57 | 43 | 54 | 4D | 13 |
| Octal | 70 | 125 | 13 | 42 | 0 | 127 | 103 | 124 | 115 | 23 |
| Binary | 111000 | 1010101 | 1011 | 100010 | 0 | 1010111 | 1000011 | 1010100 | 1001101 | 10011 |
Color Harmonies of #38550B
Complementary color
Monochromatic Colors of #38550B
Black with #38550B
Text Example
Text Example
White with #38550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38550B; }
p { color: rgb(56,85,11); }
H1.HeaderClassName
{
color: #38550B;
}
.AnyTagClassName
{
color: #38550B;
}
</style>
background-color css
<style>
a { background-color: #38550B; }
a { background-color: rgb(56,85,11); }
div.DivClassName
{
background-color: #38550B;
}
.BgClassName
{
background-color: #38550B;
}
</style>
border-color css
<style>
span { border-color: #38550B; }
span { border-color: rgb(56,85,11); }
td.TdClassName
{
border-color: #38550B;
}
.TagClassName
{
border-color: #38550B;
}
</style>