Shades of Verdun Green #434C04
Tints of Verdun Green #434C04
RGB
CMYK
RGB Variations
Color information
#434C04 (or 0x434C04) is known color: Verdun Green. HEX triplet: 43, 4C and 04. RGB value is (67,76,4). Sum of RGB (Red+Green+Blue) = 67+76+4=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 76 (30.08% from 255 or 51.70% from 147); Blue value is 4 (1.95% from 255 or 2.72% from 147); Max value from RGB is 76 - color contains mainly: green. Hex color #434C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434C04 is #BCB3FB. Grayscale: #414141. Windows color (decimal): -12366844 or 281667. OLE color: 281667.
HSL color Cylindrical-coordinate representation of color #434C04: hue angle of 67.5º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #434C04 is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 76 | 4 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.70 |
| HSL | 67.5º | 0.9% | 0.16% | - |
| HSV(B) | 67.5º | 0.95% | 0.3% | - |
| XYZ | 4.92 | 6.37 | 1.09 | - |
| YUV | 65.1 | 93.52 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 4 | 0.12 | 0 | 0.95 | 0.70 | 67.5 | 0.9 | 0.16 |
| Hex | 43 | 4C | 4 | C | 0 | 5F | 46 | 44 | 5A | 10 |
| Octal | 103 | 114 | 4 | 14 | 0 | 137 | 106 | 104 | 132 | 20 |
| Binary | 1000011 | 1001100 | 100 | 1100 | 0 | 1011111 | 1000110 | 1000100 | 1011010 | 10000 |
Color Harmonies of #434C04
Complementary color
Monochromatic Colors of #434C04
Black with #434C04
Text Example
Text Example
White with #434C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C04; }
p { color: rgb(67,76,4); }
H1.HeaderClassName
{
color: #434C04;
}
.AnyTagClassName
{
color: #434C04;
}
</style>
background-color css
<style>
a { background-color: #434C04; }
a { background-color: rgb(67,76,4); }
div.DivClassName
{
background-color: #434C04;
}
.BgClassName
{
background-color: #434C04;
}
</style>
border-color css
<style>
span { border-color: #434C04; }
span { border-color: rgb(67,76,4); }
td.TdClassName
{
border-color: #434C04;
}
.TagClassName
{
border-color: #434C04;
}
</style>