Shades of Verdun Green #434107
Tints of Verdun Green #434107
RGB
CMYK
RGB Variations
Color information
#434107 (or 0x434107) is known color: Verdun Green. HEX triplet: 43, 41 and 07. RGB value is (67,65,7). Sum of RGB (Red+Green+Blue) = 67+65+7=139 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.20% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 7 (3.12% from 255 or 5.04% from 139); Max value from RGB is 67 - color contains mainly: red. Hex color #434107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434107 is #BCBEF8. Grayscale: #3B3B3B. Windows color (decimal): -12369657 or 475459. OLE color: 475459.
HSL color Cylindrical-coordinate representation of color #434107: hue angle of 58º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #434107 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 65 | 7 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.74 |
| HSL | 58º | 0.81% | 0.15% | - |
| HSV(B) | 58º | 0.9% | 0.26% | - |
| XYZ | 4.24 | 4.99 | 0.94 | - |
| YUV | 58.99 | 98.66 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 7 | 0 | 0.03 | 0.90 | 0.74 | 58 | 0.81 | 0.15 |
| Hex | 43 | 41 | 7 | 0 | 3 | 5A | 4A | 3A | 51 | F |
| Octal | 103 | 101 | 7 | 0 | 3 | 132 | 112 | 72 | 121 | 17 |
| Binary | 1000011 | 1000001 | 111 | 0 | 11 | 1011010 | 1001010 | 111010 | 1010001 | 1111 |
Color Harmonies of #434107
Complementary color
Monochromatic Colors of #434107
Black with #434107
Text Example
Text Example
White with #434107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434107; }
p { color: rgb(67,65,7); }
H1.HeaderClassName
{
color: #434107;
}
.AnyTagClassName
{
color: #434107;
}
</style>
background-color css
<style>
a { background-color: #434107; }
a { background-color: rgb(67,65,7); }
div.DivClassName
{
background-color: #434107;
}
.BgClassName
{
background-color: #434107;
}
</style>
border-color css
<style>
span { border-color: #434107; }
span { border-color: rgb(67,65,7); }
td.TdClassName
{
border-color: #434107;
}
.TagClassName
{
border-color: #434107;
}
</style>