Shades of Verdun Green #434404
Tints of Verdun Green #434404
RGB
CMYK
RGB Variations
Color information
#434404 (or 0x434404) is known color: Verdun Green. HEX triplet: 43, 44 and 04. RGB value is (67,68,4). Sum of RGB (Red+Green+Blue) = 67+68+4=139 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.20% from 139); Green value is 68 (26.95% from 255 or 48.92% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 68 - color contains mainly: green. Hex color #434404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434404 is #BCBBFB. Grayscale: #3C3C3C. Windows color (decimal): -12368892 or 279619. OLE color: 279619.
HSL color Cylindrical-coordinate representation of color #434404: hue angle of 60.94º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #434404 is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 68 | 4 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.73 |
| HSL | 60.94º | 0.89% | 0.14% | - |
| HSV(B) | 60.94º | 0.94% | 0.27% | - |
| XYZ | 4.4 | 5.34 | 0.91 | - |
| YUV | 60.41 | 96.17 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 68 | 4 | 0.01 | 0 | 0.94 | 0.73 | 60.94 | 0.89 | 0.14 |
| Hex | 43 | 44 | 4 | 1 | 0 | 5E | 49 | 3D | 59 | E |
| Octal | 103 | 104 | 4 | 1 | 0 | 136 | 111 | 75 | 131 | 16 |
| Binary | 1000011 | 1000100 | 100 | 1 | 0 | 1011110 | 1001001 | 111101 | 1011001 | 1110 |
Color Harmonies of #434404
Complementary color
Monochromatic Colors of #434404
Black with #434404
Text Example
Text Example
White with #434404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434404; }
p { color: rgb(67,68,4); }
H1.HeaderClassName
{
color: #434404;
}
.AnyTagClassName
{
color: #434404;
}
</style>
background-color css
<style>
a { background-color: #434404; }
a { background-color: rgb(67,68,4); }
div.DivClassName
{
background-color: #434404;
}
.BgClassName
{
background-color: #434404;
}
</style>
border-color css
<style>
span { border-color: #434404; }
span { border-color: rgb(67,68,4); }
td.TdClassName
{
border-color: #434404;
}
.TagClassName
{
border-color: #434404;
}
</style>