Shades of Verdun Green #436900
Tints of Verdun Green #436900
RGB
CMYK
RGB Variations
Color information
#436900 (or 0x436900) is known color: Verdun Green. HEX triplet: 43, 69 and 00. RGB value is (67,105,0). Sum of RGB (Red+Green+Blue) = 67+105+0=172 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.95% from 172); Green value is 105 (41.41% from 255 or 61.05% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 105 - color contains mainly: green. Hex color #436900 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #436900 is #BC96FF. Grayscale: #525252. Windows color (decimal): -12359424 or 26947. OLE color: 26947.
HSL color Cylindrical-coordinate representation of color #436900: hue angle of 81.71º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #436900 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 67 | 105 | 0 | - |
| CMYK | 0.36 | 0 | 1 | 0.59 |
| HSL | 81.71º | 1% | 0.21% | - |
| HSV(B) | 81.71º | 1% | 0.41% | - |
| XYZ | 7.37 | 11.3 | 1.79 | - |
| YUV | 81.67 | 81.91 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 105 | 0 | 0.36 | 0 | 1 | 0.59 | 81.71 | 1 | 0.21 |
| Hex | 43 | 69 | 0 | 24 | 0 | 64 | 3B | 52 | 64 | 15 |
| Octal | 103 | 151 | 0 | 44 | 0 | 144 | 73 | 122 | 144 | 25 |
| Binary | 1000011 | 1101001 | 0 | 100100 | 0 | 1100100 | 111011 | 1010010 | 1100100 | 10101 |
Color Harmonies of #436900
Complementary color
Monochromatic Colors of #436900
Black with #436900
Text Example
Text Example
White with #436900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436900; }
p { color: rgb(67,105,0); }
H1.HeaderClassName
{
color: #436900;
}
.AnyTagClassName
{
color: #436900;
}
</style>
background-color css
<style>
a { background-color: #436900; }
a { background-color: rgb(67,105,0); }
div.DivClassName
{
background-color: #436900;
}
.BgClassName
{
background-color: #436900;
}
</style>
border-color css
<style>
span { border-color: #436900; }
span { border-color: rgb(67,105,0); }
td.TdClassName
{
border-color: #436900;
}
.TagClassName
{
border-color: #436900;
}
</style>