Shades of Verdun Green #434502
Tints of Verdun Green #434502
RGB
CMYK
RGB Variations
Color information
#434502 (or 0x434502) is known color: Verdun Green. HEX triplet: 43, 45 and 02. RGB value is (67,69,2). Sum of RGB (Red+Green+Blue) = 67+69+2=138 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.55% from 138); Green value is 69 (27.34% from 255 or 50% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 69 - color contains mainly: green. Hex color #434502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434502 is #BCBAFD. Grayscale: #3D3D3D. Windows color (decimal): -12368638 or 148803. OLE color: 148803.
HSL color Cylindrical-coordinate representation of color #434502: hue angle of 61.79º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #434502 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 69 | 2 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.73 |
| HSL | 61.79º | 0.94% | 0.14% | - |
| HSV(B) | 61.79º | 0.97% | 0.27% | - |
| XYZ | 4.45 | 5.45 | 0.88 | - |
| YUV | 60.76 | 94.84 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 69 | 2 | 0.03 | 0 | 0.97 | 0.73 | 61.79 | 0.94 | 0.14 |
| Hex | 43 | 45 | 2 | 3 | 0 | 61 | 49 | 3E | 5E | E |
| Octal | 103 | 105 | 2 | 3 | 0 | 141 | 111 | 76 | 136 | 16 |
| Binary | 1000011 | 1000101 | 10 | 11 | 0 | 1100001 | 1001001 | 111110 | 1011110 | 1110 |
Color Harmonies of #434502
Complementary color
Monochromatic Colors of #434502
Black with #434502
Text Example
Text Example
White with #434502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434502; }
p { color: rgb(67,69,2); }
H1.HeaderClassName
{
color: #434502;
}
.AnyTagClassName
{
color: #434502;
}
</style>
background-color css
<style>
a { background-color: #434502; }
a { background-color: rgb(67,69,2); }
div.DivClassName
{
background-color: #434502;
}
.BgClassName
{
background-color: #434502;
}
</style>
border-color css
<style>
span { border-color: #434502; }
span { border-color: rgb(67,69,2); }
td.TdClassName
{
border-color: #434502;
}
.TagClassName
{
border-color: #434502;
}
</style>