Shades of Verdun Green #434204
Tints of Verdun Green #434204
RGB
CMYK
RGB Variations
Color information
#434204 (or 0x434204) is known color: Verdun Green. HEX triplet: 43, 42 and 04. RGB value is (67,66,4). Sum of RGB (Red+Green+Blue) = 67+66+4=137 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.91% from 137); Green value is 66 (26.17% from 255 or 48.18% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 67 - color contains mainly: red. Hex color #434204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434204 is #BCBDFB. Grayscale: #3B3B3B. Windows color (decimal): -12369404 or 279107. OLE color: 279107.
HSL color Cylindrical-coordinate representation of color #434204: hue angle of 59.05º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #434204 is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 66 | 4 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.74 |
| HSL | 59.05º | 0.89% | 0.14% | - |
| HSV(B) | 59.05º | 0.94% | 0.26% | - |
| XYZ | 4.28 | 5.1 | 0.87 | - |
| YUV | 59.23 | 96.83 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 66 | 4 | 0 | 0.01 | 0.94 | 0.74 | 59.05 | 0.89 | 0.14 |
| Hex | 43 | 42 | 4 | 0 | 1 | 5E | 4A | 3B | 59 | E |
| Octal | 103 | 102 | 4 | 0 | 1 | 136 | 112 | 73 | 131 | 16 |
| Binary | 1000011 | 1000010 | 100 | 0 | 1 | 1011110 | 1001010 | 111011 | 1011001 | 1110 |
Color Harmonies of #434204
Complementary color
Monochromatic Colors of #434204
Black with #434204
Text Example
Text Example
White with #434204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434204; }
p { color: rgb(67,66,4); }
H1.HeaderClassName
{
color: #434204;
}
.AnyTagClassName
{
color: #434204;
}
</style>
background-color css
<style>
a { background-color: #434204; }
a { background-color: rgb(67,66,4); }
div.DivClassName
{
background-color: #434204;
}
.BgClassName
{
background-color: #434204;
}
</style>
border-color css
<style>
span { border-color: #434204; }
span { border-color: rgb(67,66,4); }
td.TdClassName
{
border-color: #434204;
}
.TagClassName
{
border-color: #434204;
}
</style>