Shades of Verdun Green #434200
Tints of Verdun Green #434200
RGB
CMYK
RGB Variations
Color information
#434200 (or 0x434200) is known color: Verdun Green. HEX triplet: 43, 42 and 00. RGB value is (67,66,0). Sum of RGB (Red+Green+Blue) = 67+66+0=133 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.38% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 67 - color contains mainly: red. Hex color #434200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434200 is #BCBDFF. Grayscale: #3B3B3B. Windows color (decimal): -12369408 or 16963. OLE color: 16963.
HSL color Cylindrical-coordinate representation of color #434200: hue angle of 59.1º 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 #434200 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 66 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.74 |
| HSL | 59.1º | 1% | 0.13% | - |
| HSV(B) | 59.1º | 1% | 0.26% | - |
| XYZ | 4.26 | 5.09 | 0.76 | - |
| YUV | 58.78 | 94.83 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 66 | 0 | 0 | 0.01 | 1 | 0.74 | 59.1 | 1 | 0.13 |
| Hex | 43 | 42 | 0 | 0 | 1 | 64 | 4A | 3B | 64 | D |
| Octal | 103 | 102 | 0 | 0 | 1 | 144 | 112 | 73 | 144 | 15 |
| Binary | 1000011 | 1000010 | 0 | 0 | 1 | 1100100 | 1001010 | 111011 | 1100100 | 1101 |
Color Harmonies of #434200
Complementary color
Monochromatic Colors of #434200
Black with #434200
Text Example
Text Example
White with #434200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434200; }
p { color: rgb(67,66,0); }
H1.HeaderClassName
{
color: #434200;
}
.AnyTagClassName
{
color: #434200;
}
</style>
background-color css
<style>
a { background-color: #434200; }
a { background-color: rgb(67,66,0); }
div.DivClassName
{
background-color: #434200;
}
.BgClassName
{
background-color: #434200;
}
</style>
border-color css
<style>
span { border-color: #434200; }
span { border-color: rgb(67,66,0); }
td.TdClassName
{
border-color: #434200;
}
.TagClassName
{
border-color: #434200;
}
</style>