Shades of Verdun Green #434901
Tints of Verdun Green #434901
RGB
CMYK
RGB Variations
Color information
#434901 (or 0x434901) is known color: Verdun Green. HEX triplet: 43, 49 and 01. RGB value is (67,73,1). Sum of RGB (Red+Green+Blue) = 67+73+1=141 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.52% from 141); Green value is 73 (28.91% from 255 or 51.77% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 73 - color contains mainly: green. Hex color #434901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434901 is #BCB6FE. Grayscale: #3F3F3F. Windows color (decimal): -12367615 or 84291. OLE color: 84291.
HSL color Cylindrical-coordinate representation of color #434901: hue angle of 65º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #434901 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 73 | 1 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.71 |
| HSL | 65º | 0.97% | 0.15% | - |
| HSV(B) | 65º | 0.99% | 0.29% | - |
| XYZ | 4.7 | 5.96 | 0.93 | - |
| YUV | 63 | 93.01 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 73 | 1 | 0.08 | 0 | 0.99 | 0.71 | 65 | 0.97 | 0.15 |
| Hex | 43 | 49 | 1 | 8 | 0 | 63 | 47 | 41 | 61 | F |
| Octal | 103 | 111 | 1 | 10 | 0 | 143 | 107 | 101 | 141 | 17 |
| Binary | 1000011 | 1001001 | 1 | 1000 | 0 | 1100011 | 1000111 | 1000001 | 1100001 | 1111 |
Color Harmonies of #434901
Complementary color
Monochromatic Colors of #434901
Black with #434901
Text Example
Text Example
White with #434901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434901; }
p { color: rgb(67,73,1); }
H1.HeaderClassName
{
color: #434901;
}
.AnyTagClassName
{
color: #434901;
}
</style>
background-color css
<style>
a { background-color: #434901; }
a { background-color: rgb(67,73,1); }
div.DivClassName
{
background-color: #434901;
}
.BgClassName
{
background-color: #434901;
}
</style>
border-color css
<style>
span { border-color: #434901; }
span { border-color: rgb(67,73,1); }
td.TdClassName
{
border-color: #434901;
}
.TagClassName
{
border-color: #434901;
}
</style>