Shades of Verdun Green #435803
Tints of Verdun Green #435803
RGB
CMYK
RGB Variations
Color information
#435803 (or 0x435803) is known color: Verdun Green. HEX triplet: 43, 58 and 03. RGB value is (67,88,3). Sum of RGB (Red+Green+Blue) = 67+88+3=158 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.41% from 158); Green value is 88 (34.77% from 255 or 55.70% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 88 - color contains mainly: green. Hex color #435803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435803 is #BCA7FC. Grayscale: #484848. Windows color (decimal): -12363773 or 219203. OLE color: 219203.
HSL color Cylindrical-coordinate representation of color #435803: hue angle of 74.82º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #435803 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 88 | 3 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.65 |
| HSL | 74.82º | 0.93% | 0.18% | - |
| HSV(B) | 74.82º | 0.97% | 0.35% | - |
| XYZ | 5.82 | 8.18 | 1.36 | - |
| YUV | 72.03 | 89.04 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 88 | 3 | 0.24 | 0 | 0.97 | 0.65 | 74.82 | 0.93 | 0.18 |
| Hex | 43 | 58 | 3 | 18 | 0 | 61 | 41 | 4B | 5D | 12 |
| Octal | 103 | 130 | 3 | 30 | 0 | 141 | 101 | 113 | 135 | 22 |
| Binary | 1000011 | 1011000 | 11 | 11000 | 0 | 1100001 | 1000001 | 1001011 | 1011101 | 10010 |
Color Harmonies of #435803
Complementary color
Monochromatic Colors of #435803
Black with #435803
Text Example
Text Example
White with #435803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435803; }
p { color: rgb(67,88,3); }
H1.HeaderClassName
{
color: #435803;
}
.AnyTagClassName
{
color: #435803;
}
</style>
background-color css
<style>
a { background-color: #435803; }
a { background-color: rgb(67,88,3); }
div.DivClassName
{
background-color: #435803;
}
.BgClassName
{
background-color: #435803;
}
</style>
border-color css
<style>
span { border-color: #435803; }
span { border-color: rgb(67,88,3); }
td.TdClassName
{
border-color: #435803;
}
.TagClassName
{
border-color: #435803;
}
</style>