Shades of Verdun Green #36620B
Tints of Verdun Green #36620B
RGB
CMYK
RGB Variations
Color information
#36620B (or 0x36620B) is known color: Verdun Green. HEX triplet: 36, 62 and 0B. RGB value is (54,98,11). Sum of RGB (Red+Green+Blue) = 54+98+11=163 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.13% from 163); Green value is 98 (38.67% from 255 or 60.12% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 98 - color contains mainly: green. Hex color #36620B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36620B is #C99DF4. Grayscale: #4B4B4B. Windows color (decimal): -13213173 or 746038. OLE color: 746038.
HSL color Cylindrical-coordinate representation of color #36620B: hue angle of 90.34º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #36620B is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 98 | 11 | - |
| CMYK | 0.45 | 0 | 0.89 | 0.62 |
| HSL | 90.34º | 0.8% | 0.21% | - |
| HSV(B) | 90.34º | 0.89% | 0.38% | - |
| XYZ | 5.95 | 9.54 | 1.85 | - |
| YUV | 74.93 | 91.92 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 98 | 11 | 0.45 | 0 | 0.89 | 0.62 | 90.34 | 0.8 | 0.21 |
| Hex | 36 | 62 | B | 2D | 0 | 59 | 3E | 5A | 50 | 15 |
| Octal | 66 | 142 | 13 | 55 | 0 | 131 | 76 | 132 | 120 | 25 |
| Binary | 110110 | 1100010 | 1011 | 101101 | 0 | 1011001 | 111110 | 1011010 | 1010000 | 10101 |
Color Harmonies of #36620B
Complementary color
Monochromatic Colors of #36620B
Black with #36620B
Text Example
Text Example
White with #36620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36620B; }
p { color: rgb(54,98,11); }
H1.HeaderClassName
{
color: #36620B;
}
.AnyTagClassName
{
color: #36620B;
}
</style>
background-color css
<style>
a { background-color: #36620B; }
a { background-color: rgb(54,98,11); }
div.DivClassName
{
background-color: #36620B;
}
.BgClassName
{
background-color: #36620B;
}
</style>
border-color css
<style>
span { border-color: #36620B; }
span { border-color: rgb(54,98,11); }
td.TdClassName
{
border-color: #36620B;
}
.TagClassName
{
border-color: #36620B;
}
</style>