Shades of Verdun Green #3E5303
Tints of Verdun Green #3E5303
RGB
CMYK
RGB Variations
Color information
#3E5303 (or 0x3E5303) is known color: Verdun Green. HEX triplet: 3E, 53 and 03. RGB value is (62,83,3). Sum of RGB (Red+Green+Blue) = 62+83+3=148 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.89% from 148); Green value is 83 (32.81% from 255 or 56.08% from 148); Blue value is 3 (1.56% from 255 or 2.03% from 148); Max value from RGB is 83 - color contains mainly: green. Hex color #3E5303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5303 is #C1ACFC. Grayscale: #434343. Windows color (decimal): -12692733 or 217918. OLE color: 217918.
HSL color Cylindrical-coordinate representation of color #3E5303: hue angle of 75.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E5303 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 83 | 3 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.67 |
| HSL | 75.75º | 0.93% | 0.17% | - |
| HSV(B) | 75.75º | 0.96% | 0.33% | - |
| XYZ | 5.1 | 7.22 | 1.21 | - |
| YUV | 67.6 | 91.54 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 83 | 3 | 0.25 | 0 | 0.96 | 0.67 | 75.75 | 0.93 | 0.17 |
| Hex | 3E | 53 | 3 | 19 | 0 | 60 | 43 | 4C | 5D | 11 |
| Octal | 76 | 123 | 3 | 31 | 0 | 140 | 103 | 114 | 135 | 21 |
| Binary | 111110 | 1010011 | 11 | 11001 | 0 | 1100000 | 1000011 | 1001100 | 1011101 | 10001 |
Color Harmonies of #3E5303
Complementary color
Monochromatic Colors of #3E5303
Black with #3E5303
Text Example
Text Example
White with #3E5303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5303; }
p { color: rgb(62,83,3); }
H1.HeaderClassName
{
color: #3E5303;
}
.AnyTagClassName
{
color: #3E5303;
}
</style>
background-color css
<style>
a { background-color: #3E5303; }
a { background-color: rgb(62,83,3); }
div.DivClassName
{
background-color: #3E5303;
}
.BgClassName
{
background-color: #3E5303;
}
</style>
border-color css
<style>
span { border-color: #3E5303; }
span { border-color: rgb(62,83,3); }
td.TdClassName
{
border-color: #3E5303;
}
.TagClassName
{
border-color: #3E5303;
}
</style>