Shades of Verdun Green #434600
Tints of Verdun Green #434600
RGB
CMYK
RGB Variations
Color information
#434600 (or 0x434600) is known color: Verdun Green. HEX triplet: 43, 46 and 00. RGB value is (67,70,0). Sum of RGB (Red+Green+Blue) = 67+70+0=137 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.91% from 137); Green value is 70 (27.73% from 255 or 51.09% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 70 - color contains mainly: green. Hex color #434600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434600 is #BCB9FF. Grayscale: #3D3D3D. Windows color (decimal): -12368384 or 17987. OLE color: 17987.
HSL color Cylindrical-coordinate representation of color #434600: hue angle of 62.57º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #434600 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 70 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.73 |
| HSL | 62.57º | 1% | 0.14% | - |
| HSV(B) | 62.57º | 1% | 0.27% | - |
| XYZ | 4.5 | 5.57 | 0.84 | - |
| YUV | 61.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 70 | 0 | 0.04 | 0 | 1 | 0.73 | 62.57 | 1 | 0.14 |
| Hex | 43 | 46 | 0 | 4 | 0 | 64 | 49 | 3F | 64 | E |
| Octal | 103 | 106 | 0 | 4 | 0 | 144 | 111 | 77 | 144 | 16 |
| Binary | 1000011 | 1000110 | 0 | 100 | 0 | 1100100 | 1001001 | 111111 | 1100100 | 1110 |
Color Harmonies of #434600
Complementary color
Monochromatic Colors of #434600
Black with #434600
Text Example
Text Example
White with #434600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434600; }
p { color: rgb(67,70,0); }
H1.HeaderClassName
{
color: #434600;
}
.AnyTagClassName
{
color: #434600;
}
</style>
background-color css
<style>
a { background-color: #434600; }
a { background-color: rgb(67,70,0); }
div.DivClassName
{
background-color: #434600;
}
.BgClassName
{
background-color: #434600;
}
</style>
border-color css
<style>
span { border-color: #434600; }
span { border-color: rgb(67,70,0); }
td.TdClassName
{
border-color: #434600;
}
.TagClassName
{
border-color: #434600;
}
</style>