Shades of Verdun Green #435403
Tints of Verdun Green #435403
RGB
CMYK
RGB Variations
Color information
#435403 (or 0x435403) is known color: Verdun Green. HEX triplet: 43, 54 and 03. RGB value is (67,84,3). Sum of RGB (Red+Green+Blue) = 67+84+3=154 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.51% from 154); Green value is 84 (33.20% from 255 or 54.55% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 84 - color contains mainly: green. Hex color #435403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435403 is #BCABFC. Grayscale: #454545. Windows color (decimal): -12364797 or 218179. OLE color: 218179.
HSL color Cylindrical-coordinate representation of color #435403: hue angle of 72.59º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #435403 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 84 | 3 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.67 |
| HSL | 72.59º | 0.93% | 0.17% | - |
| HSV(B) | 72.59º | 0.96% | 0.33% | - |
| XYZ | 5.5 | 7.54 | 1.25 | - |
| YUV | 69.68 | 90.37 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 84 | 3 | 0.20 | 0 | 0.96 | 0.67 | 72.59 | 0.93 | 0.17 |
| Hex | 43 | 54 | 3 | 14 | 0 | 60 | 43 | 49 | 5D | 11 |
| Octal | 103 | 124 | 3 | 24 | 0 | 140 | 103 | 111 | 135 | 21 |
| Binary | 1000011 | 1010100 | 11 | 10100 | 0 | 1100000 | 1000011 | 1001001 | 1011101 | 10001 |
Color Harmonies of #435403
Complementary color
Monochromatic Colors of #435403
Black with #435403
Text Example
Text Example
White with #435403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435403; }
p { color: rgb(67,84,3); }
H1.HeaderClassName
{
color: #435403;
}
.AnyTagClassName
{
color: #435403;
}
</style>
background-color css
<style>
a { background-color: #435403; }
a { background-color: rgb(67,84,3); }
div.DivClassName
{
background-color: #435403;
}
.BgClassName
{
background-color: #435403;
}
</style>
border-color css
<style>
span { border-color: #435403; }
span { border-color: rgb(67,84,3); }
td.TdClassName
{
border-color: #435403;
}
.TagClassName
{
border-color: #435403;
}
</style>