Shades of Verdun Green #434100
Tints of Verdun Green #434100
RGB
CMYK
RGB Variations
Color information
#434100 (or 0x434100) is known color: Verdun Green. HEX triplet: 43, 41 and 00. RGB value is (67,65,0). Sum of RGB (Red+Green+Blue) = 67+65+0=132 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.76% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 67 - color contains mainly: red. Hex color #434100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434100 is #BCBEFF. Grayscale: #3A3A3A. Windows color (decimal): -12369664 or 16707. OLE color: 16707.
HSL color Cylindrical-coordinate representation of color #434100: hue angle of 58.21º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #434100 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 65 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.74 |
| HSL | 58.21º | 1% | 0.13% | - |
| HSV(B) | 58.21º | 1% | 0.26% | - |
| XYZ | 4.21 | 4.97 | 0.74 | - |
| YUV | 58.19 | 95.16 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 0 | 0 | 0.03 | 1 | 0.74 | 58.21 | 1 | 0.13 |
| Hex | 43 | 41 | 0 | 0 | 3 | 64 | 4A | 3A | 64 | D |
| Octal | 103 | 101 | 0 | 0 | 3 | 144 | 112 | 72 | 144 | 15 |
| Binary | 1000011 | 1000001 | 0 | 0 | 11 | 1100100 | 1001010 | 111010 | 1100100 | 1101 |
Color Harmonies of #434100
Complementary color
Monochromatic Colors of #434100
Black with #434100
Text Example
Text Example
White with #434100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434100; }
p { color: rgb(67,65,0); }
H1.HeaderClassName
{
color: #434100;
}
.AnyTagClassName
{
color: #434100;
}
</style>
background-color css
<style>
a { background-color: #434100; }
a { background-color: rgb(67,65,0); }
div.DivClassName
{
background-color: #434100;
}
.BgClassName
{
background-color: #434100;
}
</style>
border-color css
<style>
span { border-color: #434100; }
span { border-color: rgb(67,65,0); }
td.TdClassName
{
border-color: #434100;
}
.TagClassName
{
border-color: #434100;
}
</style>