Shades of Verdun Green #436303
Tints of Verdun Green #436303
RGB
CMYK
RGB Variations
Color information
#436303 (or 0x436303) is known color: Verdun Green. HEX triplet: 43, 63 and 03. RGB value is (67,99,3). Sum of RGB (Red+Green+Blue) = 67+99+3=169 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.64% from 169); Green value is 99 (39.06% from 255 or 58.58% from 169); Blue value is 3 (1.56% from 255 or 1.78% from 169); Max value from RGB is 99 - color contains mainly: green. Hex color #436303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #436303 is #BC9CFC. Grayscale: #4E4E4E. Windows color (decimal): -12360957 or 222019. OLE color: 222019.
HSL color Cylindrical-coordinate representation of color #436303: hue angle of 80º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #436303 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 67 | 99 | 3 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.61 |
| HSL | 80º | 0.94% | 0.2% | - |
| HSV(B) | 80º | 0.97% | 0.39% | - |
| XYZ | 6.79 | 10.12 | 1.68 | - |
| YUV | 78.49 | 85.4 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 99 | 3 | 0.32 | 0 | 0.97 | 0.61 | 80 | 0.94 | 0.2 |
| Hex | 43 | 63 | 3 | 20 | 0 | 61 | 3D | 50 | 5E | 14 |
| Octal | 103 | 143 | 3 | 40 | 0 | 141 | 75 | 120 | 136 | 24 |
| Binary | 1000011 | 1100011 | 11 | 100000 | 0 | 1100001 | 111101 | 1010000 | 1011110 | 10100 |
Color Harmonies of #436303
Complementary color
Monochromatic Colors of #436303
Black with #436303
Text Example
Text Example
White with #436303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436303; }
p { color: rgb(67,99,3); }
H1.HeaderClassName
{
color: #436303;
}
.AnyTagClassName
{
color: #436303;
}
</style>
background-color css
<style>
a { background-color: #436303; }
a { background-color: rgb(67,99,3); }
div.DivClassName
{
background-color: #436303;
}
.BgClassName
{
background-color: #436303;
}
</style>
border-color css
<style>
span { border-color: #436303; }
span { border-color: rgb(67,99,3); }
td.TdClassName
{
border-color: #436303;
}
.TagClassName
{
border-color: #436303;
}
</style>