Shades of Verdun Green #3A5202
Tints of Verdun Green #3A5202
RGB
CMYK
RGB Variations
Color information
#3A5202 (or 0x3A5202) is known color: Verdun Green. HEX triplet: 3A, 52 and 02. RGB value is (58,82,2). Sum of RGB (Red+Green+Blue) = 58+82+2=142 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.85% from 142); Green value is 82 (32.42% from 255 or 57.75% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 82 - color contains mainly: green. Hex color #3A5202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5202 is #C5ADFD. Grayscale: #424242. Windows color (decimal): -12955134 or 152122. OLE color: 152122.
HSL color Cylindrical-coordinate representation of color #3A5202: hue angle of 78º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A5202 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 82 | 2 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.68 |
| HSL | 78º | 0.95% | 0.16% | - |
| HSV(B) | 78º | 0.98% | 0.32% | - |
| XYZ | 4.77 | 6.94 | 1.15 | - |
| YUV | 65.7 | 92.05 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 82 | 2 | 0.29 | 0 | 0.98 | 0.68 | 78 | 0.95 | 0.16 |
| Hex | 3A | 52 | 2 | 1D | 0 | 62 | 44 | 4E | 5F | 10 |
| Octal | 72 | 122 | 2 | 35 | 0 | 142 | 104 | 116 | 137 | 20 |
| Binary | 111010 | 1010010 | 10 | 11101 | 0 | 1100010 | 1000100 | 1001110 | 1011111 | 10000 |
Color Harmonies of #3A5202
Complementary color
Monochromatic Colors of #3A5202
Black with #3A5202
Text Example
Text Example
White with #3A5202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5202; }
p { color: rgb(58,82,2); }
H1.HeaderClassName
{
color: #3A5202;
}
.AnyTagClassName
{
color: #3A5202;
}
</style>
background-color css
<style>
a { background-color: #3A5202; }
a { background-color: rgb(58,82,2); }
div.DivClassName
{
background-color: #3A5202;
}
.BgClassName
{
background-color: #3A5202;
}
</style>
border-color css
<style>
span { border-color: #3A5202; }
span { border-color: rgb(58,82,2); }
td.TdClassName
{
border-color: #3A5202;
}
.TagClassName
{
border-color: #3A5202;
}
</style>