Shades of Verdun Green #435212
Tints of Verdun Green #435212
RGB
CMYK
RGB Variations
Color information
#435212 (or 0x435212) is known color: Verdun Green. HEX triplet: 43, 52 and 12. RGB value is (67,82,18). Sum of RGB (Red+Green+Blue) = 67+82+18=167 (22% of max value = 765). Red value is 67 (26.56% from 255 or 40.12% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #435212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435212 is #BCADED. Grayscale: #464646. Windows color (decimal): -12365294 or 1200707. OLE color: 1200707.
HSL color Cylindrical-coordinate representation of color #435212: hue angle of 74.06º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #435212 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 82 | 18 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.68 |
| HSL | 74.06º | 0.64% | 0.2% | - |
| HSV(B) | 74.06º | 0.78% | 0.32% | - |
| XYZ | 5.44 | 7.27 | 1.69 | - |
| YUV | 70.22 | 98.53 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 82 | 18 | 0.18 | 0 | 0.78 | 0.68 | 74.06 | 0.64 | 0.2 |
| Hex | 43 | 52 | 12 | 12 | 0 | 4E | 44 | 4A | 40 | 14 |
| Octal | 103 | 122 | 22 | 22 | 0 | 116 | 104 | 112 | 100 | 24 |
| Binary | 1000011 | 1010010 | 10010 | 10010 | 0 | 1001110 | 1000100 | 1001010 | 1000000 | 10100 |
Color Harmonies of #435212
Complementary color
Monochromatic Colors of #435212
Black with #435212
Text Example
Text Example
White with #435212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435212; }
p { color: rgb(67,82,18); }
H1.HeaderClassName
{
color: #435212;
}
.AnyTagClassName
{
color: #435212;
}
</style>
background-color css
<style>
a { background-color: #435212; }
a { background-color: rgb(67,82,18); }
div.DivClassName
{
background-color: #435212;
}
.BgClassName
{
background-color: #435212;
}
</style>
border-color css
<style>
span { border-color: #435212; }
span { border-color: rgb(67,82,18); }
td.TdClassName
{
border-color: #435212;
}
.TagClassName
{
border-color: #435212;
}
</style>