Shades of Verdun Green #435401
Tints of Verdun Green #435401
RGB
CMYK
RGB Variations
Color information
#435401 (or 0x435401) is known color: Verdun Green. HEX triplet: 43, 54 and 01. RGB value is (67,84,1). Sum of RGB (Red+Green+Blue) = 67+84+1=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #435401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435401 is #BCABFE. Grayscale: #454545. Windows color (decimal): -12364799 or 87107. OLE color: 87107.
HSL color Cylindrical-coordinate representation of color #435401: hue angle of 72.29º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #435401 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 84 | 1 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.67 |
| HSL | 72.29º | 0.98% | 0.17% | - |
| HSV(B) | 72.29º | 0.99% | 0.33% | - |
| XYZ | 5.49 | 7.54 | 1.19 | - |
| YUV | 69.46 | 89.37 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 84 | 1 | 0.20 | 0 | 0.99 | 0.67 | 72.29 | 0.98 | 0.17 |
| Hex | 43 | 54 | 1 | 14 | 0 | 63 | 43 | 48 | 62 | 11 |
| Octal | 103 | 124 | 1 | 24 | 0 | 143 | 103 | 110 | 142 | 21 |
| Binary | 1000011 | 1010100 | 1 | 10100 | 0 | 1100011 | 1000011 | 1001000 | 1100010 | 10001 |
Color Harmonies of #435401
Complementary color
Monochromatic Colors of #435401
Black with #435401
Text Example
Text Example
White with #435401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435401; }
p { color: rgb(67,84,1); }
H1.HeaderClassName
{
color: #435401;
}
.AnyTagClassName
{
color: #435401;
}
</style>
background-color css
<style>
a { background-color: #435401; }
a { background-color: rgb(67,84,1); }
div.DivClassName
{
background-color: #435401;
}
.BgClassName
{
background-color: #435401;
}
</style>
border-color css
<style>
span { border-color: #435401; }
span { border-color: rgb(67,84,1); }
td.TdClassName
{
border-color: #435401;
}
.TagClassName
{
border-color: #435401;
}
</style>