Shades of Verdun Green #434C19
Tints of Verdun Green #434C19
RGB
CMYK
RGB Variations
Color information
#434C19 (or 0x434C19) is known color: Verdun Green. HEX triplet: 43, 4C and 19. RGB value is (67,76,25). Sum of RGB (Red+Green+Blue) = 67+76+25=168 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.88% from 168); Green value is 76 (30.08% from 255 or 45.24% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 76 - color contains mainly: green. Hex color #434C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434C19 is #BCB3E6. Grayscale: #434343. Windows color (decimal): -12366823 or 1657923. OLE color: 1657923.
HSL color Cylindrical-coordinate representation of color #434C19: hue angle of 70.59º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #434C19 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 76 | 25 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.70 |
| HSL | 70.59º | 0.5% | 0.2% | - |
| HSV(B) | 70.59º | 0.67% | 0.3% | - |
| XYZ | 5.07 | 6.43 | 1.89 | - |
| YUV | 67.5 | 104.02 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 25 | 0.12 | 0 | 0.67 | 0.70 | 70.59 | 0.5 | 0.2 |
| Hex | 43 | 4C | 19 | C | 0 | 43 | 46 | 47 | 32 | 14 |
| Octal | 103 | 114 | 31 | 14 | 0 | 103 | 106 | 107 | 62 | 24 |
| Binary | 1000011 | 1001100 | 11001 | 1100 | 0 | 1000011 | 1000110 | 1000111 | 110010 | 10100 |
Color Harmonies of #434C19
Complementary color
Monochromatic Colors of #434C19
Black with #434C19
Text Example
Text Example
White with #434C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C19; }
p { color: rgb(67,76,25); }
H1.HeaderClassName
{
color: #434C19;
}
.AnyTagClassName
{
color: #434C19;
}
</style>
background-color css
<style>
a { background-color: #434C19; }
a { background-color: rgb(67,76,25); }
div.DivClassName
{
background-color: #434C19;
}
.BgClassName
{
background-color: #434C19;
}
</style>
border-color css
<style>
span { border-color: #434C19; }
span { border-color: rgb(67,76,25); }
td.TdClassName
{
border-color: #434C19;
}
.TagClassName
{
border-color: #434C19;
}
</style>