Shades of Verdun Green #434900
Tints of Verdun Green #434900
RGB
CMYK
RGB Variations
Color information
#434900 (or 0x434900) is known color: Verdun Green. HEX triplet: 43, 49 and 00. RGB value is (67,73,0). Sum of RGB (Red+Green+Blue) = 67+73+0=140 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.86% from 140); Green value is 73 (28.91% from 255 or 52.14% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 73 - color contains mainly: green. Hex color #434900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434900 is #BCB6FF. Grayscale: #3F3F3F. Windows color (decimal): -12367616 or 18755. OLE color: 18755.
HSL color Cylindrical-coordinate representation of color #434900: hue angle of 64.93º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #434900 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 73 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.71 |
| HSL | 64.93º | 1% | 0.14% | - |
| HSV(B) | 64.93º | 1% | 0.29% | - |
| XYZ | 4.7 | 5.96 | 0.9 | - |
| YUV | 62.88 | 92.51 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 73 | 0 | 0.08 | 0 | 1 | 0.71 | 64.93 | 1 | 0.14 |
| Hex | 43 | 49 | 0 | 8 | 0 | 64 | 47 | 41 | 64 | E |
| Octal | 103 | 111 | 0 | 10 | 0 | 144 | 107 | 101 | 144 | 16 |
| Binary | 1000011 | 1001001 | 0 | 1000 | 0 | 1100100 | 1000111 | 1000001 | 1100100 | 1110 |
Color Harmonies of #434900
Complementary color
Monochromatic Colors of #434900
Black with #434900
Text Example
Text Example
White with #434900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434900; }
p { color: rgb(67,73,0); }
H1.HeaderClassName
{
color: #434900;
}
.AnyTagClassName
{
color: #434900;
}
</style>
background-color css
<style>
a { background-color: #434900; }
a { background-color: rgb(67,73,0); }
div.DivClassName
{
background-color: #434900;
}
.BgClassName
{
background-color: #434900;
}
</style>
border-color css
<style>
span { border-color: #434900; }
span { border-color: rgb(67,73,0); }
td.TdClassName
{
border-color: #434900;
}
.TagClassName
{
border-color: #434900;
}
</style>