Shades of Verdun Green #43461A
Tints of Verdun Green #43461A
RGB
CMYK
RGB Variations
Color information
#43461A (or 0x43461A) is known color: Verdun Green. HEX triplet: 43, 46 and 1A. RGB value is (67,70,26). Sum of RGB (Red+Green+Blue) = 67+70+26=163 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.10% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 70 - color contains mainly: green. Hex color #43461A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43461A is #BCB9E5. Grayscale: #404040. Windows color (decimal): -12368358 or 1721923. OLE color: 1721923.
HSL color Cylindrical-coordinate representation of color #43461A: hue angle of 64.09º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43461A is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 70 | 26 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.73 |
| HSL | 64.09º | 0.46% | 0.19% | - |
| HSV(B) | 64.09º | 0.63% | 0.27% | - |
| XYZ | 4.69 | 5.65 | 1.82 | - |
| YUV | 64.09 | 106.51 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 70 | 26 | 0.04 | 0 | 0.63 | 0.73 | 64.09 | 0.46 | 0.19 |
| Hex | 43 | 46 | 1A | 4 | 0 | 3F | 49 | 40 | 2E | 13 |
| Octal | 103 | 106 | 32 | 4 | 0 | 77 | 111 | 100 | 56 | 23 |
| Binary | 1000011 | 1000110 | 11010 | 100 | 0 | 111111 | 1001001 | 1000000 | 101110 | 10011 |
Color Harmonies of #43461A
Complementary color
Monochromatic Colors of #43461A
Black with #43461A
Text Example
Text Example
White with #43461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43461A; }
p { color: rgb(67,70,26); }
H1.HeaderClassName
{
color: #43461A;
}
.AnyTagClassName
{
color: #43461A;
}
</style>
background-color css
<style>
a { background-color: #43461A; }
a { background-color: rgb(67,70,26); }
div.DivClassName
{
background-color: #43461A;
}
.BgClassName
{
background-color: #43461A;
}
</style>
border-color css
<style>
span { border-color: #43461A; }
span { border-color: rgb(67,70,26); }
td.TdClassName
{
border-color: #43461A;
}
.TagClassName
{
border-color: #43461A;
}
</style>