Shades of Verdun Green #437300
Tints of Verdun Green #437300
RGB
CMYK
RGB Variations
Color information
#437300 (or 0x437300) is known color: Verdun Green. HEX triplet: 43, 73 and 00. RGB value is (67,115,0). Sum of RGB (Red+Green+Blue) = 67+115+0=182 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.81% from 182); Green value is 115 (45.31% from 255 or 63.19% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 115 - color contains mainly: green. Hex color #437300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #437300 is #BC8CFF. Grayscale: #575757. Windows color (decimal): -12356864 or 29507. OLE color: 29507.
HSL color Cylindrical-coordinate representation of color #437300: hue angle of 85.04º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #437300 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 115 | 0 | - |
| CMYK | 0.42 | 0 | 1 | 0.55 |
| HSL | 85.04º | 1% | 0.23% | - |
| HSV(B) | 85.04º | 1% | 0.45% | - |
| XYZ | 8.45 | 13.45 | 2.15 | - |
| YUV | 87.54 | 78.6 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 115 | 0 | 0.42 | 0 | 1 | 0.55 | 85.04 | 1 | 0.23 |
| Hex | 43 | 73 | 0 | 2A | 0 | 64 | 37 | 55 | 64 | 17 |
| Octal | 103 | 163 | 0 | 52 | 0 | 144 | 67 | 125 | 144 | 27 |
| Binary | 1000011 | 1110011 | 0 | 101010 | 0 | 1100100 | 110111 | 1010101 | 1100100 | 10111 |
Color Harmonies of #437300
Complementary color
Monochromatic Colors of #437300
Black with #437300
Text Example
Text Example
White with #437300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437300; }
p { color: rgb(67,115,0); }
H1.HeaderClassName
{
color: #437300;
}
.AnyTagClassName
{
color: #437300;
}
</style>
background-color css
<style>
a { background-color: #437300; }
a { background-color: rgb(67,115,0); }
div.DivClassName
{
background-color: #437300;
}
.BgClassName
{
background-color: #437300;
}
</style>
border-color css
<style>
span { border-color: #437300; }
span { border-color: rgb(67,115,0); }
td.TdClassName
{
border-color: #437300;
}
.TagClassName
{
border-color: #437300;
}
</style>