Shades of Verdun Green #385203
Tints of Verdun Green #385203
RGB
CMYK
RGB Variations
Color information
#385203 (or 0x385203) is known color: Verdun Green. HEX triplet: 38, 52 and 03. RGB value is (56,82,3). Sum of RGB (Red+Green+Blue) = 56+82+3=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 82 (32.42% from 255 or 58.16% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 82 - color contains mainly: green. Hex color #385203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385203 is #C7ADFC. Grayscale: #414141. Windows color (decimal): -13086205 or 217656. OLE color: 217656.
HSL color Cylindrical-coordinate representation of color #385203: hue angle of 79.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #385203 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 82 | 3 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.68 |
| HSL | 79.75º | 0.93% | 0.17% | - |
| HSV(B) | 79.75º | 0.96% | 0.32% | - |
| XYZ | 4.66 | 6.88 | 1.17 | - |
| YUV | 65.22 | 92.89 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 82 | 3 | 0.32 | 0 | 0.96 | 0.68 | 79.75 | 0.93 | 0.17 |
| Hex | 38 | 52 | 3 | 20 | 0 | 60 | 44 | 50 | 5D | 11 |
| Octal | 70 | 122 | 3 | 40 | 0 | 140 | 104 | 120 | 135 | 21 |
| Binary | 111000 | 1010010 | 11 | 100000 | 0 | 1100000 | 1000100 | 1010000 | 1011101 | 10001 |
Color Harmonies of #385203
Complementary color
Monochromatic Colors of #385203
Black with #385203
Text Example
Text Example
White with #385203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385203; }
p { color: rgb(56,82,3); }
H1.HeaderClassName
{
color: #385203;
}
.AnyTagClassName
{
color: #385203;
}
</style>
background-color css
<style>
a { background-color: #385203; }
a { background-color: rgb(56,82,3); }
div.DivClassName
{
background-color: #385203;
}
.BgClassName
{
background-color: #385203;
}
</style>
border-color css
<style>
span { border-color: #385203; }
span { border-color: rgb(56,82,3); }
td.TdClassName
{
border-color: #385203;
}
.TagClassName
{
border-color: #385203;
}
</style>