Shades of Verdun Green #434701
Tints of Verdun Green #434701
RGB
CMYK
RGB Variations
Color information
#434701 (or 0x434701) is known color: Verdun Green. HEX triplet: 43, 47 and 01. RGB value is (67,71,1). Sum of RGB (Red+Green+Blue) = 67+71+1=139 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.20% from 139); Green value is 71 (28.12% from 255 or 51.08% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 71 - color contains mainly: green. Hex color #434701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434701 is #BCB8FE. Grayscale: #3E3E3E. Windows color (decimal): -12368127 or 83779. OLE color: 83779.
HSL color Cylindrical-coordinate representation of color #434701: hue angle of 63.43º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #434701 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 67 | 71 | 1 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.72 |
| HSL | 63.43º | 0.97% | 0.14% | - |
| HSV(B) | 63.43º | 0.99% | 0.28% | - |
| XYZ | 4.57 | 5.7 | 0.89 | - |
| YUV | 61.82 | 93.67 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 71 | 1 | 0.06 | 0 | 0.99 | 0.72 | 63.43 | 0.97 | 0.14 |
| Hex | 43 | 47 | 1 | 6 | 0 | 63 | 48 | 3F | 61 | E |
| Octal | 103 | 107 | 1 | 6 | 0 | 143 | 110 | 77 | 141 | 16 |
| Binary | 1000011 | 1000111 | 1 | 110 | 0 | 1100011 | 1001000 | 111111 | 1100001 | 1110 |
Color Harmonies of #434701
Complementary color
Monochromatic Colors of #434701
Black with #434701
Text Example
Text Example
White with #434701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434701; }
p { color: rgb(67,71,1); }
H1.HeaderClassName
{
color: #434701;
}
.AnyTagClassName
{
color: #434701;
}
</style>
background-color css
<style>
a { background-color: #434701; }
a { background-color: rgb(67,71,1); }
div.DivClassName
{
background-color: #434701;
}
.BgClassName
{
background-color: #434701;
}
</style>
border-color css
<style>
span { border-color: #434701; }
span { border-color: rgb(67,71,1); }
td.TdClassName
{
border-color: #434701;
}
.TagClassName
{
border-color: #434701;
}
</style>