Shades of Verdun Green #3B6009
Tints of Verdun Green #3B6009
RGB
CMYK
RGB Variations
Color information
#3B6009 (or 0x3B6009) is known color: Verdun Green. HEX triplet: 3B, 60 and 09. RGB value is (59,96,9). Sum of RGB (Red+Green+Blue) = 59+96+9=164 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.98% from 164); Green value is 96 (37.89% from 255 or 58.54% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 96 - color contains mainly: green. Hex color #3B6009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6009 is #C49FF6. Grayscale: #4B4B4B. Windows color (decimal): -12886007 or 614459. OLE color: 614459.
HSL color Cylindrical-coordinate representation of color #3B6009: hue angle of 85.52º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3B6009 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 96 | 9 | - |
| CMYK | 0.39 | 0 | 0.91 | 0.62 |
| HSL | 85.52º | 0.83% | 0.21% | - |
| HSV(B) | 85.52º | 0.91% | 0.38% | - |
| XYZ | 6.04 | 9.32 | 1.74 | - |
| YUV | 75.02 | 90.74 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 96 | 9 | 0.39 | 0 | 0.91 | 0.62 | 85.52 | 0.83 | 0.21 |
| Hex | 3B | 60 | 9 | 27 | 0 | 5B | 3E | 56 | 53 | 15 |
| Octal | 73 | 140 | 11 | 47 | 0 | 133 | 76 | 126 | 123 | 25 |
| Binary | 111011 | 1100000 | 1001 | 100111 | 0 | 1011011 | 111110 | 1010110 | 1010011 | 10101 |
Color Harmonies of #3B6009
Complementary color
Monochromatic Colors of #3B6009
Black with #3B6009
Text Example
Text Example
White with #3B6009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6009; }
p { color: rgb(59,96,9); }
H1.HeaderClassName
{
color: #3B6009;
}
.AnyTagClassName
{
color: #3B6009;
}
</style>
background-color css
<style>
a { background-color: #3B6009; }
a { background-color: rgb(59,96,9); }
div.DivClassName
{
background-color: #3B6009;
}
.BgClassName
{
background-color: #3B6009;
}
</style>
border-color css
<style>
span { border-color: #3B6009; }
span { border-color: rgb(59,96,9); }
td.TdClassName
{
border-color: #3B6009;
}
.TagClassName
{
border-color: #3B6009;
}
</style>