Shades of Verdun Green #434700
Tints of Verdun Green #434700
RGB
CMYK
RGB Variations
Color information
#434700 (or 0x434700) is known color: Verdun Green. HEX triplet: 43, 47 and 00. RGB value is (67,71,0). Sum of RGB (Red+Green+Blue) = 67+71+0=138 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.55% from 138); Green value is 71 (28.12% from 255 or 51.45% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 71 - color contains mainly: green. Hex color #434700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434700 is #BCB8FF. Grayscale: #3D3D3D. Windows color (decimal): -12368128 or 18243. OLE color: 18243.
HSL color Cylindrical-coordinate representation of color #434700: hue angle of 63.38º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #434700 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 67 | 71 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.72 |
| HSL | 63.38º | 1% | 0.14% | - |
| HSV(B) | 63.38º | 1% | 0.28% | - |
| XYZ | 4.57 | 5.7 | 0.86 | - |
| YUV | 61.71 | 93.17 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 71 | 0 | 0.06 | 0 | 1 | 0.72 | 63.38 | 1 | 0.14 |
| Hex | 43 | 47 | 0 | 6 | 0 | 64 | 48 | 3F | 64 | E |
| Octal | 103 | 107 | 0 | 6 | 0 | 144 | 110 | 77 | 144 | 16 |
| Binary | 1000011 | 1000111 | 0 | 110 | 0 | 1100100 | 1001000 | 111111 | 1100100 | 1110 |
Color Harmonies of #434700
Complementary color
Monochromatic Colors of #434700
Black with #434700
Text Example
Text Example
White with #434700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434700; }
p { color: rgb(67,71,0); }
H1.HeaderClassName
{
color: #434700;
}
.AnyTagClassName
{
color: #434700;
}
</style>
background-color css
<style>
a { background-color: #434700; }
a { background-color: rgb(67,71,0); }
div.DivClassName
{
background-color: #434700;
}
.BgClassName
{
background-color: #434700;
}
</style>
border-color css
<style>
span { border-color: #434700; }
span { border-color: rgb(67,71,0); }
td.TdClassName
{
border-color: #434700;
}
.TagClassName
{
border-color: #434700;
}
</style>