Shades of Verdun Green #3A600C
Tints of Verdun Green #3A600C
RGB
CMYK
RGB Variations
Color information
#3A600C (or 0x3A600C) is known color: Verdun Green. HEX triplet: 3A, 60 and 0C. RGB value is (58,96,12). Sum of RGB (Red+Green+Blue) = 58+96+12=166 (21% of max value = 765). Red value is 58 (23.05% from 255 or 34.94% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #3A600C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A600C is #C59FF3. Grayscale: #4B4B4B. Windows color (decimal): -12951540 or 811066. OLE color: 811066.
HSL color Cylindrical-coordinate representation of color #3A600C: hue angle of 87.14º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A600C is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 96 | 12 | - |
| CMYK | 0.40 | 0 | 0.88 | 0.62 |
| HSL | 87.14º | 0.78% | 0.21% | - |
| HSV(B) | 87.14º | 0.88% | 0.38% | - |
| XYZ | 5.99 | 9.29 | 1.83 | - |
| YUV | 75.06 | 92.41 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 96 | 12 | 0.40 | 0 | 0.88 | 0.62 | 87.14 | 0.78 | 0.21 |
| Hex | 3A | 60 | C | 28 | 0 | 58 | 3E | 57 | 4E | 15 |
| Octal | 72 | 140 | 14 | 50 | 0 | 130 | 76 | 127 | 116 | 25 |
| Binary | 111010 | 1100000 | 1100 | 101000 | 0 | 1011000 | 111110 | 1010111 | 1001110 | 10101 |
Color Harmonies of #3A600C
Complementary color
Monochromatic Colors of #3A600C
Black with #3A600C
Text Example
Text Example
White with #3A600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A600C; }
p { color: rgb(58,96,12); }
H1.HeaderClassName
{
color: #3A600C;
}
.AnyTagClassName
{
color: #3A600C;
}
</style>
background-color css
<style>
a { background-color: #3A600C; }
a { background-color: rgb(58,96,12); }
div.DivClassName
{
background-color: #3A600C;
}
.BgClassName
{
background-color: #3A600C;
}
</style>
border-color css
<style>
span { border-color: #3A600C; }
span { border-color: rgb(58,96,12); }
td.TdClassName
{
border-color: #3A600C;
}
.TagClassName
{
border-color: #3A600C;
}
</style>