Shades of Verdun Green #465313
Tints of Verdun Green #465313
RGB
CMYK
RGB Variations
Color information
#465313 (or 0x465313) is known color: Verdun Green. HEX triplet: 46, 53 and 13. RGB value is (70,83,19). Sum of RGB (Red+Green+Blue) = 70+83+19=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #465313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465313 is #B9ACEC. Grayscale: #484848. Windows color (decimal): -12168429 or 1266502. OLE color: 1266502.
HSL color Cylindrical-coordinate representation of color #465313: hue angle of 72.19º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #465313 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 83 | 19 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.67 |
| HSL | 72.19º | 0.63% | 0.2% | - |
| HSV(B) | 72.19º | 0.77% | 0.33% | - |
| XYZ | 5.74 | 7.54 | 1.77 | - |
| YUV | 71.82 | 98.19 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 83 | 19 | 0.16 | 0 | 0.77 | 0.67 | 72.19 | 0.63 | 0.2 |
| Hex | 46 | 53 | 13 | 10 | 0 | 4D | 43 | 48 | 3F | 14 |
| Octal | 106 | 123 | 23 | 20 | 0 | 115 | 103 | 110 | 77 | 24 |
| Binary | 1000110 | 1010011 | 10011 | 10000 | 0 | 1001101 | 1000011 | 1001000 | 111111 | 10100 |
Color Harmonies of #465313
Complementary color
Monochromatic Colors of #465313
Black with #465313
Text Example
Text Example
White with #465313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465313; }
p { color: rgb(70,83,19); }
H1.HeaderClassName
{
color: #465313;
}
.AnyTagClassName
{
color: #465313;
}
</style>
background-color css
<style>
a { background-color: #465313; }
a { background-color: rgb(70,83,19); }
div.DivClassName
{
background-color: #465313;
}
.BgClassName
{
background-color: #465313;
}
</style>
border-color css
<style>
span { border-color: #465313; }
span { border-color: rgb(70,83,19); }
td.TdClassName
{
border-color: #465313;
}
.TagClassName
{
border-color: #465313;
}
</style>