Shades of Verdun Green #434A06
Tints of Verdun Green #434A06
RGB
CMYK
RGB Variations
Color information
#434A06 (or 0x434A06) is known color: Verdun Green. HEX triplet: 43, 4A and 06. RGB value is (67,74,6). Sum of RGB (Red+Green+Blue) = 67+74+6=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 74 (29.30% from 255 or 50.34% from 147); Blue value is 6 (2.73% from 255 or 4.08% from 147); Max value from RGB is 74 - color contains mainly: green. Hex color #434A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434A06 is #BCB5F9. Grayscale: #404040. Windows color (decimal): -12367354 or 412227. OLE color: 412227.
HSL color Cylindrical-coordinate representation of color #434A06: hue angle of 66.18º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #434A06 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 74 | 6 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.71 |
| HSL | 66.18º | 0.85% | 0.16% | - |
| HSV(B) | 66.18º | 0.92% | 0.29% | - |
| XYZ | 4.8 | 6.1 | 1.1 | - |
| YUV | 64.16 | 95.18 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 6 | 0.09 | 0 | 0.92 | 0.71 | 66.18 | 0.85 | 0.16 |
| Hex | 43 | 4A | 6 | 9 | 0 | 5C | 47 | 42 | 55 | 10 |
| Octal | 103 | 112 | 6 | 11 | 0 | 134 | 107 | 102 | 125 | 20 |
| Binary | 1000011 | 1001010 | 110 | 1001 | 0 | 1011100 | 1000111 | 1000010 | 1010101 | 10000 |
Color Harmonies of #434A06
Complementary color
Monochromatic Colors of #434A06
Black with #434A06
Text Example
Text Example
White with #434A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434A06; }
p { color: rgb(67,74,6); }
H1.HeaderClassName
{
color: #434A06;
}
.AnyTagClassName
{
color: #434A06;
}
</style>
background-color css
<style>
a { background-color: #434A06; }
a { background-color: rgb(67,74,6); }
div.DivClassName
{
background-color: #434A06;
}
.BgClassName
{
background-color: #434A06;
}
</style>
border-color css
<style>
span { border-color: #434A06; }
span { border-color: rgb(67,74,6); }
td.TdClassName
{
border-color: #434A06;
}
.TagClassName
{
border-color: #434A06;
}
</style>