Shades of Verdun Green #3A5C00
Tints of Verdun Green #3A5C00
RGB
CMYK
RGB Variations
Color information
#3A5C00 (or 0x3A5C00) is known color: Verdun Green. HEX triplet: 3A, 5C and 00. RGB value is (58,92,0). Sum of RGB (Red+Green+Blue) = 58+92+0=150 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.67% from 150); Green value is 92 (36.33% from 255 or 61.33% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 92 - color contains mainly: green. Hex color #3A5C00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5C00 is #C5A3FF. Grayscale: #474747. Windows color (decimal): -12952576 or 23610. OLE color: 23610.
HSL color Cylindrical-coordinate representation of color #3A5C00: hue angle of 82.17º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A5C00 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 92 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.64 |
| HSL | 82.17º | 1% | 0.18% | - |
| HSV(B) | 82.17º | 1% | 0.36% | - |
| XYZ | 5.57 | 8.55 | 1.36 | - |
| YUV | 71.35 | 87.74 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 92 | 0 | 0.37 | 0 | 1 | 0.64 | 82.17 | 1 | 0.18 |
| Hex | 3A | 5C | 0 | 25 | 0 | 64 | 40 | 52 | 64 | 12 |
| Octal | 72 | 134 | 0 | 45 | 0 | 144 | 100 | 122 | 144 | 22 |
| Binary | 111010 | 1011100 | 0 | 100101 | 0 | 1100100 | 1000000 | 1010010 | 1100100 | 10010 |
Color Harmonies of #3A5C00
Complementary color
Monochromatic Colors of #3A5C00
Black with #3A5C00
Text Example
Text Example
White with #3A5C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5C00; }
p { color: rgb(58,92,0); }
H1.HeaderClassName
{
color: #3A5C00;
}
.AnyTagClassName
{
color: #3A5C00;
}
</style>
background-color css
<style>
a { background-color: #3A5C00; }
a { background-color: rgb(58,92,0); }
div.DivClassName
{
background-color: #3A5C00;
}
.BgClassName
{
background-color: #3A5C00;
}
</style>
border-color css
<style>
span { border-color: #3A5C00; }
span { border-color: rgb(58,92,0); }
td.TdClassName
{
border-color: #3A5C00;
}
.TagClassName
{
border-color: #3A5C00;
}
</style>