Shades of Verdun Green #435F14
Tints of Verdun Green #435F14
RGB
CMYK
RGB Variations
Color information
#435F14 (or 0x435F14) is known color: Verdun Green. HEX triplet: 43, 5F and 14. RGB value is (67,95,20). Sum of RGB (Red+Green+Blue) = 67+95+20=182 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.81% from 182); Green value is 95 (37.5% from 255 or 52.20% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 95 - color contains mainly: green. Hex color #435F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435F14 is #BCA0EB. Grayscale: #4E4E4E. Windows color (decimal): -12361964 or 1335107. OLE color: 1335107.
HSL color Cylindrical-coordinate representation of color #435F14: hue angle of 82.4º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #435F14 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 95 | 20 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.63 |
| HSL | 82.4º | 0.65% | 0.23% | - |
| HSV(B) | 82.4º | 0.79% | 0.37% | - |
| XYZ | 6.53 | 9.43 | 2.14 | - |
| YUV | 78.08 | 95.22 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 95 | 20 | 0.29 | 0 | 0.79 | 0.63 | 82.4 | 0.65 | 0.23 |
| Hex | 43 | 5F | 14 | 1D | 0 | 4F | 3F | 52 | 41 | 17 |
| Octal | 103 | 137 | 24 | 35 | 0 | 117 | 77 | 122 | 101 | 27 |
| Binary | 1000011 | 1011111 | 10100 | 11101 | 0 | 1001111 | 111111 | 1010010 | 1000001 | 10111 |
Color Harmonies of #435F14
Complementary color
Monochromatic Colors of #435F14
Black with #435F14
Text Example
Text Example
White with #435F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435F14; }
p { color: rgb(67,95,20); }
H1.HeaderClassName
{
color: #435F14;
}
.AnyTagClassName
{
color: #435F14;
}
</style>
background-color css
<style>
a { background-color: #435F14; }
a { background-color: rgb(67,95,20); }
div.DivClassName
{
background-color: #435F14;
}
.BgClassName
{
background-color: #435F14;
}
</style>
border-color css
<style>
span { border-color: #435F14; }
span { border-color: rgb(67,95,20); }
td.TdClassName
{
border-color: #435F14;
}
.TagClassName
{
border-color: #435F14;
}
</style>