Shades of Verdun Green #46621B
Tints of Verdun Green #46621B
RGB
CMYK
RGB Variations
Color information
#46621B (or 0x46621B) is known color: Verdun Green. HEX triplet: 46, 62 and 1B. RGB value is (70,98,27). Sum of RGB (Red+Green+Blue) = 70+98+27=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 98 (38.67% from 255 or 50.26% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 98 - color contains mainly: green. Hex color #46621B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46621B is #B99DE4. Grayscale: #515151. Windows color (decimal): -12164581 or 1794630. OLE color: 1794630.
HSL color Cylindrical-coordinate representation of color #46621B: hue angle of 83.66º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46621B is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 98 | 27 | - |
| CMYK | 0.29 | 0 | 0.72 | 0.62 |
| HSL | 83.66º | 0.57% | 0.25% | - |
| HSV(B) | 83.66º | 0.72% | 0.38% | - |
| XYZ | 7.09 | 10.12 | 2.62 | - |
| YUV | 81.53 | 97.22 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 98 | 27 | 0.29 | 0 | 0.72 | 0.62 | 83.66 | 0.57 | 0.25 |
| Hex | 46 | 62 | 1B | 1D | 0 | 48 | 3E | 54 | 39 | 19 |
| Octal | 106 | 142 | 33 | 35 | 0 | 110 | 76 | 124 | 71 | 31 |
| Binary | 1000110 | 1100010 | 11011 | 11101 | 0 | 1001000 | 111110 | 1010100 | 111001 | 11001 |
Color Harmonies of #46621B
Complementary color
Monochromatic Colors of #46621B
Black with #46621B
Text Example
Text Example
White with #46621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46621B; }
p { color: rgb(70,98,27); }
H1.HeaderClassName
{
color: #46621B;
}
.AnyTagClassName
{
color: #46621B;
}
</style>
background-color css
<style>
a { background-color: #46621B; }
a { background-color: rgb(70,98,27); }
div.DivClassName
{
background-color: #46621B;
}
.BgClassName
{
background-color: #46621B;
}
</style>
border-color css
<style>
span { border-color: #46621B; }
span { border-color: rgb(70,98,27); }
td.TdClassName
{
border-color: #46621B;
}
.TagClassName
{
border-color: #46621B;
}
</style>