Shades of Verdun Green #434C03
Tints of Verdun Green #434C03
RGB
CMYK
RGB Variations
Color information
#434C03 (or 0x434C03) is known color: Verdun Green. HEX triplet: 43, 4C and 03. RGB value is (67,76,3). Sum of RGB (Red+Green+Blue) = 67+76+3=146 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.89% from 146); Green value is 76 (30.08% from 255 or 52.05% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 76 - color contains mainly: green. Hex color #434C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434C03 is #BCB3FC. Grayscale: #414141. Windows color (decimal): -12366845 or 216131. OLE color: 216131.
HSL color Cylindrical-coordinate representation of color #434C03: hue angle of 67.4º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #434C03 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 76 | 3 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.70 |
| HSL | 67.4º | 0.92% | 0.15% | - |
| HSV(B) | 67.4º | 0.96% | 0.3% | - |
| XYZ | 4.92 | 6.37 | 1.06 | - |
| YUV | 64.99 | 93.02 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 3 | 0.12 | 0 | 0.96 | 0.70 | 67.4 | 0.92 | 0.15 |
| Hex | 43 | 4C | 3 | C | 0 | 60 | 46 | 43 | 5C | F |
| Octal | 103 | 114 | 3 | 14 | 0 | 140 | 106 | 103 | 134 | 17 |
| Binary | 1000011 | 1001100 | 11 | 1100 | 0 | 1100000 | 1000110 | 1000011 | 1011100 | 1111 |
Color Harmonies of #434C03
Complementary color
Monochromatic Colors of #434C03
Black with #434C03
Text Example
Text Example
White with #434C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C03; }
p { color: rgb(67,76,3); }
H1.HeaderClassName
{
color: #434C03;
}
.AnyTagClassName
{
color: #434C03;
}
</style>
background-color css
<style>
a { background-color: #434C03; }
a { background-color: rgb(67,76,3); }
div.DivClassName
{
background-color: #434C03;
}
.BgClassName
{
background-color: #434C03;
}
</style>
border-color css
<style>
span { border-color: #434C03; }
span { border-color: rgb(67,76,3); }
td.TdClassName
{
border-color: #434C03;
}
.TagClassName
{
border-color: #434C03;
}
</style>