Shades of Verdun Green #3A4B08
Tints of Verdun Green #3A4B08
RGB
CMYK
RGB Variations
Color information
#3A4B08 (or 0x3A4B08) is known color: Verdun Green. HEX triplet: 3A, 4B and 08. RGB value is (58,75,8). Sum of RGB (Red+Green+Blue) = 58+75+8=141 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.13% from 141); Green value is 75 (29.69% from 255 or 53.19% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 75 - color contains mainly: green. Hex color #3A4B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4B08 is #C5B4F7. Grayscale: #3E3E3E. Windows color (decimal): -12956920 or 543546. OLE color: 543546.
HSL color Cylindrical-coordinate representation of color #3A4B08: hue angle of 75.22º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A4B08 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 75 | 8 | - |
| CMYK | 0.23 | 0 | 0.89 | 0.71 |
| HSL | 75.22º | 0.81% | 0.16% | - |
| HSV(B) | 75.22º | 0.89% | 0.29% | - |
| XYZ | 4.3 | 5.95 | 1.15 | - |
| YUV | 62.28 | 97.37 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 75 | 8 | 0.23 | 0 | 0.89 | 0.71 | 75.22 | 0.81 | 0.16 |
| Hex | 3A | 4B | 8 | 17 | 0 | 59 | 47 | 4B | 51 | 10 |
| Octal | 72 | 113 | 10 | 27 | 0 | 131 | 107 | 113 | 121 | 20 |
| Binary | 111010 | 1001011 | 1000 | 10111 | 0 | 1011001 | 1000111 | 1001011 | 1010001 | 10000 |
Color Harmonies of #3A4B08
Complementary color
Monochromatic Colors of #3A4B08
Black with #3A4B08
Text Example
Text Example
White with #3A4B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4B08; }
p { color: rgb(58,75,8); }
H1.HeaderClassName
{
color: #3A4B08;
}
.AnyTagClassName
{
color: #3A4B08;
}
</style>
background-color css
<style>
a { background-color: #3A4B08; }
a { background-color: rgb(58,75,8); }
div.DivClassName
{
background-color: #3A4B08;
}
.BgClassName
{
background-color: #3A4B08;
}
</style>
border-color css
<style>
span { border-color: #3A4B08; }
span { border-color: rgb(58,75,8); }
td.TdClassName
{
border-color: #3A4B08;
}
.TagClassName
{
border-color: #3A4B08;
}
</style>