Shades of Verdun Green #435404
Tints of Verdun Green #435404
RGB
CMYK
RGB Variations
Color information
#435404 (or 0x435404) is known color: Verdun Green. HEX triplet: 43, 54 and 04. RGB value is (67,84,4). Sum of RGB (Red+Green+Blue) = 67+84+4=155 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.23% from 155); Green value is 84 (33.20% from 255 or 54.19% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 84 - color contains mainly: green. Hex color #435404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435404 is #BCABFB. Grayscale: #464646. Windows color (decimal): -12364796 or 283715. OLE color: 283715.
HSL color Cylindrical-coordinate representation of color #435404: hue angle of 72.75º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #435404 is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 84 | 4 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.67 |
| HSL | 72.75º | 0.91% | 0.17% | - |
| HSV(B) | 72.75º | 0.95% | 0.33% | - |
| XYZ | 5.51 | 7.54 | 1.28 | - |
| YUV | 69.8 | 90.87 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 84 | 4 | 0.20 | 0 | 0.95 | 0.67 | 72.75 | 0.91 | 0.17 |
| Hex | 43 | 54 | 4 | 14 | 0 | 5F | 43 | 49 | 5B | 11 |
| Octal | 103 | 124 | 4 | 24 | 0 | 137 | 103 | 111 | 133 | 21 |
| Binary | 1000011 | 1010100 | 100 | 10100 | 0 | 1011111 | 1000011 | 1001001 | 1011011 | 10001 |
Color Harmonies of #435404
Complementary color
Monochromatic Colors of #435404
Black with #435404
Text Example
Text Example
White with #435404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435404; }
p { color: rgb(67,84,4); }
H1.HeaderClassName
{
color: #435404;
}
.AnyTagClassName
{
color: #435404;
}
</style>
background-color css
<style>
a { background-color: #435404; }
a { background-color: rgb(67,84,4); }
div.DivClassName
{
background-color: #435404;
}
.BgClassName
{
background-color: #435404;
}
</style>
border-color css
<style>
span { border-color: #435404; }
span { border-color: rgb(67,84,4); }
td.TdClassName
{
border-color: #435404;
}
.TagClassName
{
border-color: #435404;
}
</style>