Shades of Verdun Green #435901
Tints of Verdun Green #435901
RGB
CMYK
RGB Variations
Color information
#435901 (or 0x435901) is known color: Verdun Green. HEX triplet: 43, 59 and 01. RGB value is (67,89,1). Sum of RGB (Red+Green+Blue) = 67+89+1=157 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.68% from 157); Green value is 89 (35.16% from 255 or 56.69% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 89 - color contains mainly: green. Hex color #435901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435901 is #BCA6FE. Grayscale: #484848. Windows color (decimal): -12363519 or 88387. OLE color: 88387.
HSL color Cylindrical-coordinate representation of color #435901: hue angle of 75º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #435901 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 89 | 1 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.65 |
| HSL | 75º | 0.98% | 0.18% | - |
| HSV(B) | 75º | 0.99% | 0.35% | - |
| XYZ | 5.89 | 8.34 | 1.33 | - |
| YUV | 72.39 | 87.71 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 89 | 1 | 0.25 | 0 | 0.99 | 0.65 | 75 | 0.98 | 0.18 |
| Hex | 43 | 59 | 1 | 19 | 0 | 63 | 41 | 4B | 62 | 12 |
| Octal | 103 | 131 | 1 | 31 | 0 | 143 | 101 | 113 | 142 | 22 |
| Binary | 1000011 | 1011001 | 1 | 11001 | 0 | 1100011 | 1000001 | 1001011 | 1100010 | 10010 |
Color Harmonies of #435901
Complementary color
Monochromatic Colors of #435901
Black with #435901
Text Example
Text Example
White with #435901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435901; }
p { color: rgb(67,89,1); }
H1.HeaderClassName
{
color: #435901;
}
.AnyTagClassName
{
color: #435901;
}
</style>
background-color css
<style>
a { background-color: #435901; }
a { background-color: rgb(67,89,1); }
div.DivClassName
{
background-color: #435901;
}
.BgClassName
{
background-color: #435901;
}
</style>
border-color css
<style>
span { border-color: #435901; }
span { border-color: rgb(67,89,1); }
td.TdClassName
{
border-color: #435901;
}
.TagClassName
{
border-color: #435901;
}
</style>