Shades of Verdun Green #434C1B
Tints of Verdun Green #434C1B
RGB
CMYK
RGB Variations
Color information
#434C1B (or 0x434C1B) is known color: Verdun Green. HEX triplet: 43, 4C and 1B. RGB value is (67,76,27). Sum of RGB (Red+Green+Blue) = 67+76+27=170 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.41% from 170); Green value is 76 (30.08% from 255 or 44.71% from 170); Blue value is 27 (10.94% from 255 or 15.88% from 170); Max value from RGB is 76 - color contains mainly: green. Hex color #434C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434C1B is #BCB3E4. Grayscale: #434343. Windows color (decimal): -12366821 or 1788995. OLE color: 1788995.
HSL color Cylindrical-coordinate representation of color #434C1B: hue angle of 71.02º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #434C1B is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 76 | 27 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.70 |
| HSL | 71.02º | 0.48% | 0.2% | - |
| HSV(B) | 71.02º | 0.64% | 0.3% | - |
| XYZ | 5.1 | 6.44 | 2.01 | - |
| YUV | 67.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 27 | 0.12 | 0 | 0.64 | 0.70 | 71.02 | 0.48 | 0.2 |
| Hex | 43 | 4C | 1B | C | 0 | 40 | 46 | 47 | 30 | 14 |
| Octal | 103 | 114 | 33 | 14 | 0 | 100 | 106 | 107 | 60 | 24 |
| Binary | 1000011 | 1001100 | 11011 | 1100 | 0 | 1000000 | 1000110 | 1000111 | 110000 | 10100 |
Color Harmonies of #434C1B
Complementary color
Monochromatic Colors of #434C1B
Black with #434C1B
Text Example
Text Example
White with #434C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C1B; }
p { color: rgb(67,76,27); }
H1.HeaderClassName
{
color: #434C1B;
}
.AnyTagClassName
{
color: #434C1B;
}
</style>
background-color css
<style>
a { background-color: #434C1B; }
a { background-color: rgb(67,76,27); }
div.DivClassName
{
background-color: #434C1B;
}
.BgClassName
{
background-color: #434C1B;
}
</style>
border-color css
<style>
span { border-color: #434C1B; }
span { border-color: rgb(67,76,27); }
td.TdClassName
{
border-color: #434C1B;
}
.TagClassName
{
border-color: #434C1B;
}
</style>