Shades of Verdun Green #3B5302
Tints of Verdun Green #3B5302
RGB
CMYK
RGB Variations
Color information
#3B5302 (or 0x3B5302) is known color: Verdun Green. HEX triplet: 3B, 53 and 02. RGB value is (59,83,2). Sum of RGB (Red+Green+Blue) = 59+83+2=144 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.97% from 144); Green value is 83 (32.81% from 255 or 57.64% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 83 - color contains mainly: green. Hex color #3B5302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5302 is #C4ACFD. Grayscale: #424242. Windows color (decimal): -12889342 or 152379. OLE color: 152379.
HSL color Cylindrical-coordinate representation of color #3B5302: hue angle of 77.78º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B5302 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 83 | 2 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.67 |
| HSL | 77.78º | 0.95% | 0.17% | - |
| HSV(B) | 77.78º | 0.98% | 0.33% | - |
| XYZ | 4.91 | 7.12 | 1.17 | - |
| YUV | 66.59 | 91.55 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 83 | 2 | 0.29 | 0 | 0.98 | 0.67 | 77.78 | 0.95 | 0.17 |
| Hex | 3B | 53 | 2 | 1D | 0 | 62 | 43 | 4E | 5F | 11 |
| Octal | 73 | 123 | 2 | 35 | 0 | 142 | 103 | 116 | 137 | 21 |
| Binary | 111011 | 1010011 | 10 | 11101 | 0 | 1100010 | 1000011 | 1001110 | 1011111 | 10001 |
Color Harmonies of #3B5302
Complementary color
Monochromatic Colors of #3B5302
Black with #3B5302
Text Example
Text Example
White with #3B5302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5302; }
p { color: rgb(59,83,2); }
H1.HeaderClassName
{
color: #3B5302;
}
.AnyTagClassName
{
color: #3B5302;
}
</style>
background-color css
<style>
a { background-color: #3B5302; }
a { background-color: rgb(59,83,2); }
div.DivClassName
{
background-color: #3B5302;
}
.BgClassName
{
background-color: #3B5302;
}
</style>
border-color css
<style>
span { border-color: #3B5302; }
span { border-color: rgb(59,83,2); }
td.TdClassName
{
border-color: #3B5302;
}
.TagClassName
{
border-color: #3B5302;
}
</style>