Shades of Verdun Green #434803
Tints of Verdun Green #434803
RGB
CMYK
RGB Variations
Color information
#434803 (or 0x434803) is known color: Verdun Green. HEX triplet: 43, 48 and 03. RGB value is (67,72,3). Sum of RGB (Red+Green+Blue) = 67+72+3=142 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.18% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #434803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434803 is #BCB7FC. Grayscale: #3E3E3E. Windows color (decimal): -12367869 or 215107. OLE color: 215107.
HSL color Cylindrical-coordinate representation of color #434803: hue angle of 64.35º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #434803 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 67 | 72 | 3 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.72 |
| HSL | 64.35º | 0.92% | 0.15% | - |
| HSV(B) | 64.35º | 0.96% | 0.28% | - |
| XYZ | 4.65 | 5.83 | 0.97 | - |
| YUV | 62.64 | 94.34 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 72 | 3 | 0.07 | 0 | 0.96 | 0.72 | 64.35 | 0.92 | 0.15 |
| Hex | 43 | 48 | 3 | 7 | 0 | 60 | 48 | 40 | 5C | F |
| Octal | 103 | 110 | 3 | 7 | 0 | 140 | 110 | 100 | 134 | 17 |
| Binary | 1000011 | 1001000 | 11 | 111 | 0 | 1100000 | 1001000 | 1000000 | 1011100 | 1111 |
Color Harmonies of #434803
Complementary color
Monochromatic Colors of #434803
Black with #434803
Text Example
Text Example
White with #434803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434803; }
p { color: rgb(67,72,3); }
H1.HeaderClassName
{
color: #434803;
}
.AnyTagClassName
{
color: #434803;
}
</style>
background-color css
<style>
a { background-color: #434803; }
a { background-color: rgb(67,72,3); }
div.DivClassName
{
background-color: #434803;
}
.BgClassName
{
background-color: #434803;
}
</style>
border-color css
<style>
span { border-color: #434803; }
span { border-color: rgb(67,72,3); }
td.TdClassName
{
border-color: #434803;
}
.TagClassName
{
border-color: #434803;
}
</style>