Shades of Verdun Green #434A18
Tints of Verdun Green #434A18
RGB
CMYK
RGB Variations
Color information
#434A18 (or 0x434A18) is known color: Verdun Green. HEX triplet: 43, 4A and 18. RGB value is (67,74,24). Sum of RGB (Red+Green+Blue) = 67+74+24=165 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.61% from 165); Green value is 74 (29.30% from 255 or 44.85% from 165); Blue value is 24 (9.77% from 255 or 14.55% from 165); Max value from RGB is 74 - color contains mainly: green. Hex color #434A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434A18 is #BCB5E7. Grayscale: #424242. Windows color (decimal): -12367336 or 1591875. OLE color: 1591875.
HSL color Cylindrical-coordinate representation of color #434A18: hue angle of 68.4º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #434A18 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 74 | 24 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.71 |
| HSL | 68.4º | 0.51% | 0.19% | - |
| HSV(B) | 68.4º | 0.68% | 0.29% | - |
| XYZ | 4.93 | 6.16 | 1.79 | - |
| YUV | 66.21 | 104.18 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 24 | 0.09 | 0 | 0.68 | 0.71 | 68.4 | 0.51 | 0.19 |
| Hex | 43 | 4A | 18 | 9 | 0 | 44 | 47 | 44 | 33 | 13 |
| Octal | 103 | 112 | 30 | 11 | 0 | 104 | 107 | 104 | 63 | 23 |
| Binary | 1000011 | 1001010 | 11000 | 1001 | 0 | 1000100 | 1000111 | 1000100 | 110011 | 10011 |
Color Harmonies of #434A18
Complementary color
Monochromatic Colors of #434A18
Black with #434A18
Text Example
Text Example
White with #434A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434A18; }
p { color: rgb(67,74,24); }
H1.HeaderClassName
{
color: #434A18;
}
.AnyTagClassName
{
color: #434A18;
}
</style>
background-color css
<style>
a { background-color: #434A18; }
a { background-color: rgb(67,74,24); }
div.DivClassName
{
background-color: #434A18;
}
.BgClassName
{
background-color: #434A18;
}
</style>
border-color css
<style>
span { border-color: #434A18; }
span { border-color: rgb(67,74,24); }
td.TdClassName
{
border-color: #434A18;
}
.TagClassName
{
border-color: #434A18;
}
</style>