Shades of Verdun Green #43460D
Tints of Verdun Green #43460D
RGB
CMYK
RGB Variations
Color information
#43460D (or 0x43460D) is known color: Verdun Green. HEX triplet: 43, 46 and 0D. RGB value is (67,70,13). Sum of RGB (Red+Green+Blue) = 67+70+13=150 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.67% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 70 - color contains mainly: green. Hex color #43460D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43460D is #BCB9F2. Grayscale: #3E3E3E. Windows color (decimal): -12368371 or 869955. OLE color: 869955.
HSL color Cylindrical-coordinate representation of color #43460D: hue angle of 63.16º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #43460D is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 70 | 13 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.73 |
| HSL | 63.16º | 0.69% | 0.16% | - |
| HSV(B) | 63.16º | 0.81% | 0.27% | - |
| XYZ | 4.58 | 5.6 | 1.22 | - |
| YUV | 62.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 70 | 13 | 0.04 | 0 | 0.81 | 0.73 | 63.16 | 0.69 | 0.16 |
| Hex | 43 | 46 | D | 4 | 0 | 51 | 49 | 3F | 45 | 10 |
| Octal | 103 | 106 | 15 | 4 | 0 | 121 | 111 | 77 | 105 | 20 |
| Binary | 1000011 | 1000110 | 1101 | 100 | 0 | 1010001 | 1001001 | 111111 | 1000101 | 10000 |
Color Harmonies of #43460D
Complementary color
Monochromatic Colors of #43460D
Black with #43460D
Text Example
Text Example
White with #43460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43460D; }
p { color: rgb(67,70,13); }
H1.HeaderClassName
{
color: #43460D;
}
.AnyTagClassName
{
color: #43460D;
}
</style>
background-color css
<style>
a { background-color: #43460D; }
a { background-color: rgb(67,70,13); }
div.DivClassName
{
background-color: #43460D;
}
.BgClassName
{
background-color: #43460D;
}
</style>
border-color css
<style>
span { border-color: #43460D; }
span { border-color: rgb(67,70,13); }
td.TdClassName
{
border-color: #43460D;
}
.TagClassName
{
border-color: #43460D;
}
</style>