Shades of Verdun Green #385009
Tints of Verdun Green #385009
RGB
CMYK
RGB Variations
Color information
#385009 (or 0x385009) is known color: Verdun Green. HEX triplet: 38, 50 and 09. RGB value is (56,80,9). Sum of RGB (Red+Green+Blue) = 56+80+9=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 80 (31.64% from 255 or 55.17% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 80 - color contains mainly: green. Hex color #385009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385009 is #C7AFF6. Grayscale: #404040. Windows color (decimal): -13086711 or 610360. OLE color: 610360.
HSL color Cylindrical-coordinate representation of color #385009: hue angle of 80.28º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #385009 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 80 | 9 | - |
| CMYK | 0.30 | 0 | 0.89 | 0.69 |
| HSL | 80.28º | 0.8% | 0.17% | - |
| HSV(B) | 80.28º | 0.89% | 0.31% | - |
| XYZ | 4.55 | 6.6 | 1.29 | - |
| YUV | 64.73 | 96.55 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 80 | 9 | 0.30 | 0 | 0.89 | 0.69 | 80.28 | 0.8 | 0.17 |
| Hex | 38 | 50 | 9 | 1E | 0 | 59 | 45 | 50 | 50 | 11 |
| Octal | 70 | 120 | 11 | 36 | 0 | 131 | 105 | 120 | 120 | 21 |
| Binary | 111000 | 1010000 | 1001 | 11110 | 0 | 1011001 | 1000101 | 1010000 | 1010000 | 10001 |
Color Harmonies of #385009
Complementary color
Monochromatic Colors of #385009
Black with #385009
Text Example
Text Example
White with #385009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385009; }
p { color: rgb(56,80,9); }
H1.HeaderClassName
{
color: #385009;
}
.AnyTagClassName
{
color: #385009;
}
</style>
background-color css
<style>
a { background-color: #385009; }
a { background-color: rgb(56,80,9); }
div.DivClassName
{
background-color: #385009;
}
.BgClassName
{
background-color: #385009;
}
</style>
border-color css
<style>
span { border-color: #385009; }
span { border-color: rgb(56,80,9); }
td.TdClassName
{
border-color: #385009;
}
.TagClassName
{
border-color: #385009;
}
</style>