Shades of Verdun Green #434503
Tints of Verdun Green #434503
RGB
CMYK
RGB Variations
Color information
#434503 (or 0x434503) is known color: Verdun Green. HEX triplet: 43, 45 and 03. RGB value is (67,69,3). Sum of RGB (Red+Green+Blue) = 67+69+3=139 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.20% from 139); Green value is 69 (27.34% from 255 or 49.64% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 69 - color contains mainly: green. Hex color #434503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434503 is #BCBAFC. Grayscale: #3D3D3D. Windows color (decimal): -12368637 or 214339. OLE color: 214339.
HSL color Cylindrical-coordinate representation of color #434503: hue angle of 61.82º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #434503 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 69 | 3 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.73 |
| HSL | 61.82º | 0.92% | 0.14% | - |
| HSV(B) | 61.82º | 0.96% | 0.27% | - |
| XYZ | 4.46 | 5.46 | 0.9 | - |
| YUV | 60.88 | 95.34 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 69 | 3 | 0.03 | 0 | 0.96 | 0.73 | 61.82 | 0.92 | 0.14 |
| Hex | 43 | 45 | 3 | 3 | 0 | 60 | 49 | 3E | 5C | E |
| Octal | 103 | 105 | 3 | 3 | 0 | 140 | 111 | 76 | 134 | 16 |
| Binary | 1000011 | 1000101 | 11 | 11 | 0 | 1100000 | 1001001 | 111110 | 1011100 | 1110 |
Color Harmonies of #434503
Complementary color
Monochromatic Colors of #434503
Black with #434503
Text Example
Text Example
White with #434503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434503; }
p { color: rgb(67,69,3); }
H1.HeaderClassName
{
color: #434503;
}
.AnyTagClassName
{
color: #434503;
}
</style>
background-color css
<style>
a { background-color: #434503; }
a { background-color: rgb(67,69,3); }
div.DivClassName
{
background-color: #434503;
}
.BgClassName
{
background-color: #434503;
}
</style>
border-color css
<style>
span { border-color: #434503; }
span { border-color: rgb(67,69,3); }
td.TdClassName
{
border-color: #434503;
}
.TagClassName
{
border-color: #434503;
}
</style>