Shades of Verdun Green #3B4A02
Tints of Verdun Green #3B4A02
RGB
CMYK
RGB Variations
Color information
#3B4A02 (or 0x3B4A02) is known color: Verdun Green. HEX triplet: 3B, 4A and 02. RGB value is (59,74,2). Sum of RGB (Red+Green+Blue) = 59+74+2=135 (17% of max value = 765). Red value is 59 (23.44% from 255 or 43.70% from 135); Green value is 74 (29.30% from 255 or 54.81% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 74 - color contains mainly: green. Hex color #3B4A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4A02 is #C4B5FD. Grayscale: #3D3D3D. Windows color (decimal): -12891646 or 150075. OLE color: 150075.
HSL color Cylindrical-coordinate representation of color #3B4A02: hue angle of 72.5º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B4A02 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 74 | 2 | - |
| CMYK | 0.20 | 0 | 0.97 | 0.71 |
| HSL | 72.5º | 0.95% | 0.15% | - |
| HSV(B) | 72.5º | 0.97% | 0.29% | - |
| XYZ | 4.26 | 5.83 | 0.96 | - |
| YUV | 61.31 | 94.53 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 74 | 2 | 0.20 | 0 | 0.97 | 0.71 | 72.5 | 0.95 | 0.15 |
| Hex | 3B | 4A | 2 | 14 | 0 | 61 | 47 | 48 | 5F | F |
| Octal | 73 | 112 | 2 | 24 | 0 | 141 | 107 | 110 | 137 | 17 |
| Binary | 111011 | 1001010 | 10 | 10100 | 0 | 1100001 | 1000111 | 1001000 | 1011111 | 1111 |
Color Harmonies of #3B4A02
Complementary color
Monochromatic Colors of #3B4A02
Black with #3B4A02
Text Example
Text Example
White with #3B4A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4A02; }
p { color: rgb(59,74,2); }
H1.HeaderClassName
{
color: #3B4A02;
}
.AnyTagClassName
{
color: #3B4A02;
}
</style>
background-color css
<style>
a { background-color: #3B4A02; }
a { background-color: rgb(59,74,2); }
div.DivClassName
{
background-color: #3B4A02;
}
.BgClassName
{
background-color: #3B4A02;
}
</style>
border-color css
<style>
span { border-color: #3B4A02; }
span { border-color: rgb(59,74,2); }
td.TdClassName
{
border-color: #3B4A02;
}
.TagClassName
{
border-color: #3B4A02;
}
</style>