Shades of Verdun Green #46440B
Tints of Verdun Green #46440B
RGB
CMYK
RGB Variations
Color information
#46440B (or 0x46440B) is known color: Verdun Green. HEX triplet: 46, 44 and 0B. RGB value is (70,68,11). Sum of RGB (Red+Green+Blue) = 70+68+11=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 11 (4.69% from 255 or 7.38% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #46440B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46440B is #B9BBF4. Grayscale: #3E3E3E. Windows color (decimal): -12172277 or 738374. OLE color: 738374.
HSL color Cylindrical-coordinate representation of color #46440B: hue angle of 57.97º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46440B is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 68 | 11 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.73 |
| HSL | 57.97º | 0.73% | 0.16% | - |
| HSV(B) | 57.97º | 0.84% | 0.27% | - |
| XYZ | 4.65 | 5.46 | 1.13 | - |
| YUV | 62.1 | 99.16 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 68 | 11 | 0 | 0.03 | 0.84 | 0.73 | 57.97 | 0.73 | 0.16 |
| Hex | 46 | 44 | B | 0 | 3 | 54 | 49 | 3A | 49 | 10 |
| Octal | 106 | 104 | 13 | 0 | 3 | 124 | 111 | 72 | 111 | 20 |
| Binary | 1000110 | 1000100 | 1011 | 0 | 11 | 1010100 | 1001001 | 111010 | 1001001 | 10000 |
Color Harmonies of #46440B
Complementary color
Monochromatic Colors of #46440B
Black with #46440B
Text Example
Text Example
White with #46440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46440B; }
p { color: rgb(70,68,11); }
H1.HeaderClassName
{
color: #46440B;
}
.AnyTagClassName
{
color: #46440B;
}
</style>
background-color css
<style>
a { background-color: #46440B; }
a { background-color: rgb(70,68,11); }
div.DivClassName
{
background-color: #46440B;
}
.BgClassName
{
background-color: #46440B;
}
</style>
border-color css
<style>
span { border-color: #46440B; }
span { border-color: rgb(70,68,11); }
td.TdClassName
{
border-color: #46440B;
}
.TagClassName
{
border-color: #46440B;
}
</style>