Shades of Verdun Green #434F1C
Tints of Verdun Green #434F1C
RGB
CMYK
RGB Variations
Color information
#434F1C (or 0x434F1C) is known color: Verdun Green. HEX triplet: 43, 4F and 1C. RGB value is (67,79,28). Sum of RGB (Red+Green+Blue) = 67+79+28=174 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.51% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 79 - color contains mainly: green. Hex color #434F1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434F1C is #BCB0E3. Grayscale: #454545. Windows color (decimal): -12366052 or 1855299. OLE color: 1855299.
HSL color Cylindrical-coordinate representation of color #434F1C: hue angle of 74.12º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #434F1C is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 79 | 28 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.69 |
| HSL | 74.12º | 0.48% | 0.21% | - |
| HSV(B) | 74.12º | 0.65% | 0.31% | - |
| XYZ | 5.32 | 6.87 | 2.14 | - |
| YUV | 69.6 | 104.52 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 28 | 0.15 | 0 | 0.65 | 0.69 | 74.12 | 0.48 | 0.21 |
| Hex | 43 | 4F | 1C | F | 0 | 41 | 45 | 4A | 30 | 15 |
| Octal | 103 | 117 | 34 | 17 | 0 | 101 | 105 | 112 | 60 | 25 |
| Binary | 1000011 | 1001111 | 11100 | 1111 | 0 | 1000001 | 1000101 | 1001010 | 110000 | 10101 |
Color Harmonies of #434F1C
Complementary color
Monochromatic Colors of #434F1C
Black with #434F1C
Text Example
Text Example
White with #434F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434F1C; }
p { color: rgb(67,79,28); }
H1.HeaderClassName
{
color: #434F1C;
}
.AnyTagClassName
{
color: #434F1C;
}
</style>
background-color css
<style>
a { background-color: #434F1C; }
a { background-color: rgb(67,79,28); }
div.DivClassName
{
background-color: #434F1C;
}
.BgClassName
{
background-color: #434F1C;
}
</style>
border-color css
<style>
span { border-color: #434F1C; }
span { border-color: rgb(67,79,28); }
td.TdClassName
{
border-color: #434F1C;
}
.TagClassName
{
border-color: #434F1C;
}
</style>