Shades of Verdun Green #434C0E
Tints of Verdun Green #434C0E
RGB
CMYK
RGB Variations
Color information
#434C0E (or 0x434C0E) is known color: Verdun Green. HEX triplet: 43, 4C and 0E. RGB value is (67,76,14). Sum of RGB (Red+Green+Blue) = 67+76+14=157 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.68% from 157); Green value is 76 (30.08% from 255 or 48.41% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 76 - color contains mainly: green. Hex color #434C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434C0E is #BCB3F1. Grayscale: #424242. Windows color (decimal): -12366834 or 937027. OLE color: 937027.
HSL color Cylindrical-coordinate representation of color #434C0E: hue angle of 68.71º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #434C0E is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 76 | 14 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.70 |
| HSL | 68.71º | 0.69% | 0.18% | - |
| HSV(B) | 68.71º | 0.82% | 0.3% | - |
| XYZ | 4.98 | 6.39 | 1.39 | - |
| YUV | 66.24 | 98.52 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 14 | 0.12 | 0 | 0.82 | 0.70 | 68.71 | 0.69 | 0.18 |
| Hex | 43 | 4C | E | C | 0 | 52 | 46 | 45 | 45 | 12 |
| Octal | 103 | 114 | 16 | 14 | 0 | 122 | 106 | 105 | 105 | 22 |
| Binary | 1000011 | 1001100 | 1110 | 1100 | 0 | 1010010 | 1000110 | 1000101 | 1000101 | 10010 |
Color Harmonies of #434C0E
Complementary color
Monochromatic Colors of #434C0E
Black with #434C0E
Text Example
Text Example
White with #434C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C0E; }
p { color: rgb(67,76,14); }
H1.HeaderClassName
{
color: #434C0E;
}
.AnyTagClassName
{
color: #434C0E;
}
</style>
background-color css
<style>
a { background-color: #434C0E; }
a { background-color: rgb(67,76,14); }
div.DivClassName
{
background-color: #434C0E;
}
.BgClassName
{
background-color: #434C0E;
}
</style>
border-color css
<style>
span { border-color: #434C0E; }
span { border-color: rgb(67,76,14); }
td.TdClassName
{
border-color: #434C0E;
}
.TagClassName
{
border-color: #434C0E;
}
</style>