Shades of Verdun Green #3B600C
Tints of Verdun Green #3B600C
RGB
CMYK
RGB Variations
Color information
#3B600C (or 0x3B600C) is known color: Verdun Green. HEX triplet: 3B, 60 and 0C. RGB value is (59,96,12). Sum of RGB (Red+Green+Blue) = 59+96+12=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #3B600C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B600C is #C49FF3. Grayscale: #4B4B4B. Windows color (decimal): -12886004 or 811067. OLE color: 811067.
HSL color Cylindrical-coordinate representation of color #3B600C: hue angle of 86.43º 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 #3B600C is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 96 | 12 | - |
| CMYK | 0.39 | 0 | 0.88 | 0.62 |
| HSL | 86.43º | 0.78% | 0.21% | - |
| HSV(B) | 86.43º | 0.88% | 0.38% | - |
| XYZ | 6.05 | 9.32 | 1.83 | - |
| YUV | 75.36 | 92.24 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 96 | 12 | 0.39 | 0 | 0.88 | 0.62 | 86.43 | 0.78 | 0.21 |
| Hex | 3B | 60 | C | 27 | 0 | 58 | 3E | 56 | 4E | 15 |
| Octal | 73 | 140 | 14 | 47 | 0 | 130 | 76 | 126 | 116 | 25 |
| Binary | 111011 | 1100000 | 1100 | 100111 | 0 | 1011000 | 111110 | 1010110 | 1001110 | 10101 |
Color Harmonies of #3B600C
Complementary color
Monochromatic Colors of #3B600C
Black with #3B600C
Text Example
Text Example
White with #3B600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B600C; }
p { color: rgb(59,96,12); }
H1.HeaderClassName
{
color: #3B600C;
}
.AnyTagClassName
{
color: #3B600C;
}
</style>
background-color css
<style>
a { background-color: #3B600C; }
a { background-color: rgb(59,96,12); }
div.DivClassName
{
background-color: #3B600C;
}
.BgClassName
{
background-color: #3B600C;
}
</style>
border-color css
<style>
span { border-color: #3B600C; }
span { border-color: rgb(59,96,12); }
td.TdClassName
{
border-color: #3B600C;
}
.TagClassName
{
border-color: #3B600C;
}
</style>