Shades of Verdun Green #434C02
Tints of Verdun Green #434C02
RGB
CMYK
RGB Variations
Color information
#434C02 (or 0x434C02) is known color: Verdun Green. HEX triplet: 43, 4C and 02. RGB value is (67,76,2). Sum of RGB (Red+Green+Blue) = 67+76+2=145 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.21% from 145); Green value is 76 (30.08% from 255 or 52.41% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 76 - color contains mainly: green. Hex color #434C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434C02 is #BCB3FD. Grayscale: #414141. Windows color (decimal): -12366846 or 150595. OLE color: 150595.
HSL color Cylindrical-coordinate representation of color #434C02: hue angle of 67.3º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #434C02 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 76 | 2 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.70 |
| HSL | 67.3º | 0.95% | 0.15% | - |
| HSV(B) | 67.3º | 0.97% | 0.3% | - |
| XYZ | 4.91 | 6.37 | 1.03 | - |
| YUV | 64.87 | 92.52 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 2 | 0.12 | 0 | 0.97 | 0.70 | 67.3 | 0.95 | 0.15 |
| Hex | 43 | 4C | 2 | C | 0 | 61 | 46 | 43 | 5F | F |
| Octal | 103 | 114 | 2 | 14 | 0 | 141 | 106 | 103 | 137 | 17 |
| Binary | 1000011 | 1001100 | 10 | 1100 | 0 | 1100001 | 1000110 | 1000011 | 1011111 | 1111 |
Color Harmonies of #434C02
Complementary color
Monochromatic Colors of #434C02
Black with #434C02
Text Example
Text Example
White with #434C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C02; }
p { color: rgb(67,76,2); }
H1.HeaderClassName
{
color: #434C02;
}
.AnyTagClassName
{
color: #434C02;
}
</style>
background-color css
<style>
a { background-color: #434C02; }
a { background-color: rgb(67,76,2); }
div.DivClassName
{
background-color: #434C02;
}
.BgClassName
{
background-color: #434C02;
}
</style>
border-color css
<style>
span { border-color: #434C02; }
span { border-color: rgb(67,76,2); }
td.TdClassName
{
border-color: #434C02;
}
.TagClassName
{
border-color: #434C02;
}
</style>