Shades of Verdun Green #465314
Tints of Verdun Green #465314
RGB
CMYK
RGB Variations
Color information
#465314 (or 0x465314) is known color: Verdun Green. HEX triplet: 46, 53 and 14. RGB value is (70,83,20). Sum of RGB (Red+Green+Blue) = 70+83+20=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #465314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465314 is #B9ACEB. Grayscale: #484848. Windows color (decimal): -12168428 or 1332038. OLE color: 1332038.
HSL color Cylindrical-coordinate representation of color #465314: hue angle of 72.38º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #465314 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 83 | 20 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.67 |
| HSL | 72.38º | 0.61% | 0.2% | - |
| HSV(B) | 72.38º | 0.76% | 0.33% | - |
| XYZ | 5.75 | 7.54 | 1.81 | - |
| YUV | 71.93 | 98.69 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 83 | 20 | 0.16 | 0 | 0.76 | 0.67 | 72.38 | 0.61 | 0.2 |
| Hex | 46 | 53 | 14 | 10 | 0 | 4C | 43 | 48 | 3D | 14 |
| Octal | 106 | 123 | 24 | 20 | 0 | 114 | 103 | 110 | 75 | 24 |
| Binary | 1000110 | 1010011 | 10100 | 10000 | 0 | 1001100 | 1000011 | 1001000 | 111101 | 10100 |
Color Harmonies of #465314
Complementary color
Monochromatic Colors of #465314
Black with #465314
Text Example
Text Example
White with #465314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465314; }
p { color: rgb(70,83,20); }
H1.HeaderClassName
{
color: #465314;
}
.AnyTagClassName
{
color: #465314;
}
</style>
background-color css
<style>
a { background-color: #465314; }
a { background-color: rgb(70,83,20); }
div.DivClassName
{
background-color: #465314;
}
.BgClassName
{
background-color: #465314;
}
</style>
border-color css
<style>
span { border-color: #465314; }
span { border-color: rgb(70,83,20); }
td.TdClassName
{
border-color: #465314;
}
.TagClassName
{
border-color: #465314;
}
</style>