Shades of Verdun Green #434300
Tints of Verdun Green #434300
RGB
CMYK
RGB Variations
Color information
#434300 (or 0x434300) is known color: Verdun Green. HEX triplet: 43, 43 and 00. RGB value is (67,67,0). Sum of RGB (Red+Green+Blue) = 67+67+0=134 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50% from 134); Green value is 67 (26.56% from 255 or 50% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 67 - color contains mainly: red, green. Hex color #434300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434300 is #BCBCFF. Grayscale: #3B3B3B. Windows color (decimal): -12369152 or 17219. OLE color: 17219.
HSL color Cylindrical-coordinate representation of color #434300: hue angle of 60º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #434300 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 67 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.74 |
| HSL | 60º | 1% | 0.13% | - |
| HSV(B) | 60º | 1% | 0.26% | - |
| XYZ | 4.32 | 5.21 | 0.78 | - |
| YUV | 59.36 | 94.5 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 67 | 0 | 0 | 0 | 1 | 0.74 | 60 | 1 | 0.13 |
| Hex | 43 | 43 | 0 | 0 | 0 | 64 | 4A | 3C | 64 | D |
| Octal | 103 | 103 | 0 | 0 | 0 | 144 | 112 | 74 | 144 | 15 |
| Binary | 1000011 | 1000011 | 0 | 0 | 0 | 1100100 | 1001010 | 111100 | 1100100 | 1101 |
Color Harmonies of #434300
Complementary color
Monochromatic Colors of #434300
Black with #434300
Text Example
Text Example
White with #434300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434300; }
p { color: rgb(67,67,0); }
H1.HeaderClassName
{
color: #434300;
}
.AnyTagClassName
{
color: #434300;
}
</style>
background-color css
<style>
a { background-color: #434300; }
a { background-color: rgb(67,67,0); }
div.DivClassName
{
background-color: #434300;
}
.BgClassName
{
background-color: #434300;
}
</style>
border-color css
<style>
span { border-color: #434300; }
span { border-color: rgb(67,67,0); }
td.TdClassName
{
border-color: #434300;
}
.TagClassName
{
border-color: #434300;
}
</style>