Shades of Verdun Green #3A6C02
Tints of Verdun Green #3A6C02
RGB
CMYK
RGB Variations
Color information
#3A6C02 (or 0x3A6C02) is known color: Verdun Green. HEX triplet: 3A, 6C and 02. RGB value is (58,108,2). Sum of RGB (Red+Green+Blue) = 58+108+2=168 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.52% from 168); Green value is 108 (42.58% from 255 or 64.29% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 108 - color contains mainly: green. Hex color #3A6C02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6C02 is #C593FD. Grayscale: #515151. Windows color (decimal): -12948478 or 158778. OLE color: 158778.
HSL color Cylindrical-coordinate representation of color #3A6C02: hue angle of 88.3º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A6C02 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 108 | 2 | - |
| CMYK | 0.46 | 0 | 0.98 | 0.58 |
| HSL | 88.3º | 0.96% | 0.22% | - |
| HSV(B) | 88.3º | 0.98% | 0.42% | - |
| XYZ | 7.12 | 11.63 | 1.93 | - |
| YUV | 80.97 | 83.44 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 108 | 2 | 0.46 | 0 | 0.98 | 0.58 | 88.3 | 0.96 | 0.22 |
| Hex | 3A | 6C | 2 | 2E | 0 | 62 | 3A | 58 | 60 | 16 |
| Octal | 72 | 154 | 2 | 56 | 0 | 142 | 72 | 130 | 140 | 26 |
| Binary | 111010 | 1101100 | 10 | 101110 | 0 | 1100010 | 111010 | 1011000 | 1100000 | 10110 |
Color Harmonies of #3A6C02
Complementary color
Monochromatic Colors of #3A6C02
Black with #3A6C02
Text Example
Text Example
White with #3A6C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6C02; }
p { color: rgb(58,108,2); }
H1.HeaderClassName
{
color: #3A6C02;
}
.AnyTagClassName
{
color: #3A6C02;
}
</style>
background-color css
<style>
a { background-color: #3A6C02; }
a { background-color: rgb(58,108,2); }
div.DivClassName
{
background-color: #3A6C02;
}
.BgClassName
{
background-color: #3A6C02;
}
</style>
border-color css
<style>
span { border-color: #3A6C02; }
span { border-color: rgb(58,108,2); }
td.TdClassName
{
border-color: #3A6C02;
}
.TagClassName
{
border-color: #3A6C02;
}
</style>