Shades of Verdun Green #385900
Tints of Verdun Green #385900
RGB
CMYK
RGB Variations
Color information
#385900 (or 0x385900) is known color: Verdun Green. HEX triplet: 38, 59 and 00. RGB value is (56,89,0). Sum of RGB (Red+Green+Blue) = 56+89+0=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 89 (35.16% from 255 or 61.38% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 89 - color contains mainly: green. Hex color #385900 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385900 is #C7A6FF. Grayscale: #454545. Windows color (decimal): -13084416 or 22840. OLE color: 22840.
HSL color Cylindrical-coordinate representation of color #385900: hue angle of 82.25º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #385900 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 89 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.65 |
| HSL | 82.25º | 1% | 0.17% | - |
| HSV(B) | 82.25º | 1% | 0.35% | - |
| XYZ | 5.2 | 7.99 | 1.27 | - |
| YUV | 68.99 | 89.07 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 89 | 0 | 0.37 | 0 | 1 | 0.65 | 82.25 | 1 | 0.17 |
| Hex | 38 | 59 | 0 | 25 | 0 | 64 | 41 | 52 | 64 | 11 |
| Octal | 70 | 131 | 0 | 45 | 0 | 144 | 101 | 122 | 144 | 21 |
| Binary | 111000 | 1011001 | 0 | 100101 | 0 | 1100100 | 1000001 | 1010010 | 1100100 | 10001 |
Color Harmonies of #385900
Complementary color
Monochromatic Colors of #385900
Black with #385900
Text Example
Text Example
White with #385900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385900; }
p { color: rgb(56,89,0); }
H1.HeaderClassName
{
color: #385900;
}
.AnyTagClassName
{
color: #385900;
}
</style>
background-color css
<style>
a { background-color: #385900; }
a { background-color: rgb(56,89,0); }
div.DivClassName
{
background-color: #385900;
}
.BgClassName
{
background-color: #385900;
}
</style>
border-color css
<style>
span { border-color: #385900; }
span { border-color: rgb(56,89,0); }
td.TdClassName
{
border-color: #385900;
}
.TagClassName
{
border-color: #385900;
}
</style>