Shades of Verdun Green #436701
Tints of Verdun Green #436701
RGB
CMYK
RGB Variations
Color information
#436701 (or 0x436701) is known color: Verdun Green. HEX triplet: 43, 67 and 01. RGB value is (67,103,1). Sum of RGB (Red+Green+Blue) = 67+103+1=171 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.18% from 171); Green value is 103 (40.62% from 255 or 60.23% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 103 - color contains mainly: green. Hex color #436701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #436701 is #BC98FE. Grayscale: #505050. Windows color (decimal): -12359935 or 91971. OLE color: 91971.
HSL color Cylindrical-coordinate representation of color #436701: hue angle of 81.18º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #436701 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 67 | 103 | 1 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.60 |
| HSL | 81.18º | 0.98% | 0.2% | - |
| HSV(B) | 81.18º | 0.99% | 0.4% | - |
| XYZ | 7.17 | 10.9 | 1.75 | - |
| YUV | 80.61 | 83.07 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 103 | 1 | 0.35 | 0 | 0.99 | 0.60 | 81.18 | 0.98 | 0.2 |
| Hex | 43 | 67 | 1 | 23 | 0 | 63 | 3C | 51 | 62 | 14 |
| Octal | 103 | 147 | 1 | 43 | 0 | 143 | 74 | 121 | 142 | 24 |
| Binary | 1000011 | 1100111 | 1 | 100011 | 0 | 1100011 | 111100 | 1010001 | 1100010 | 10100 |
Color Harmonies of #436701
Complementary color
Monochromatic Colors of #436701
Black with #436701
Text Example
Text Example
White with #436701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436701; }
p { color: rgb(67,103,1); }
H1.HeaderClassName
{
color: #436701;
}
.AnyTagClassName
{
color: #436701;
}
</style>
background-color css
<style>
a { background-color: #436701; }
a { background-color: rgb(67,103,1); }
div.DivClassName
{
background-color: #436701;
}
.BgClassName
{
background-color: #436701;
}
</style>
border-color css
<style>
span { border-color: #436701; }
span { border-color: rgb(67,103,1); }
td.TdClassName
{
border-color: #436701;
}
.TagClassName
{
border-color: #436701;
}
</style>