Shades of Verdun Green #434C05
Tints of Verdun Green #434C05
RGB
CMYK
RGB Variations
Color information
#434C05 (or 0x434C05) is known color: Verdun Green. HEX triplet: 43, 4C and 05. RGB value is (67,76,5). Sum of RGB (Red+Green+Blue) = 67+76+5=148 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.27% from 148); Green value is 76 (30.08% from 255 or 51.35% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 76 - color contains mainly: green. Hex color #434C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434C05 is #BCB3FA. Grayscale: #414141. Windows color (decimal): -12366843 or 347203. OLE color: 347203.
HSL color Cylindrical-coordinate representation of color #434C05: hue angle of 67.61º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #434C05 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 76 | 5 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.70 |
| HSL | 67.61º | 0.88% | 0.16% | - |
| HSV(B) | 67.61º | 0.93% | 0.3% | - |
| XYZ | 4.93 | 6.37 | 1.11 | - |
| YUV | 65.22 | 94.02 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 5 | 0.12 | 0 | 0.93 | 0.70 | 67.61 | 0.88 | 0.16 |
| Hex | 43 | 4C | 5 | C | 0 | 5D | 46 | 44 | 58 | 10 |
| Octal | 103 | 114 | 5 | 14 | 0 | 135 | 106 | 104 | 130 | 20 |
| Binary | 1000011 | 1001100 | 101 | 1100 | 0 | 1011101 | 1000110 | 1000100 | 1011000 | 10000 |
Color Harmonies of #434C05
Complementary color
Monochromatic Colors of #434C05
Black with #434C05
Text Example
Text Example
White with #434C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C05; }
p { color: rgb(67,76,5); }
H1.HeaderClassName
{
color: #434C05;
}
.AnyTagClassName
{
color: #434C05;
}
</style>
background-color css
<style>
a { background-color: #434C05; }
a { background-color: rgb(67,76,5); }
div.DivClassName
{
background-color: #434C05;
}
.BgClassName
{
background-color: #434C05;
}
</style>
border-color css
<style>
span { border-color: #434C05; }
span { border-color: rgb(67,76,5); }
td.TdClassName
{
border-color: #434C05;
}
.TagClassName
{
border-color: #434C05;
}
</style>