Shades of Verdun Green #465410
Tints of Verdun Green #465410
RGB
CMYK
RGB Variations
Color information
#465410 (or 0x465410) is known color: Verdun Green. HEX triplet: 46, 54 and 10. RGB value is (70,84,16). Sum of RGB (Red+Green+Blue) = 70+84+16=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #465410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465410 is #B9ABEF. Grayscale: #484848. Windows color (decimal): -12168176 or 1070150. OLE color: 1070150.
HSL color Cylindrical-coordinate representation of color #465410: hue angle of 72.35º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #465410 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 84 | 16 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.67 |
| HSL | 72.35º | 0.68% | 0.2% | - |
| HSV(B) | 72.35º | 0.81% | 0.33% | - |
| XYZ | 5.79 | 7.68 | 1.67 | - |
| YUV | 72.06 | 96.36 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 84 | 16 | 0.17 | 0 | 0.81 | 0.67 | 72.35 | 0.68 | 0.2 |
| Hex | 46 | 54 | 10 | 11 | 0 | 51 | 43 | 48 | 44 | 14 |
| Octal | 106 | 124 | 20 | 21 | 0 | 121 | 103 | 110 | 104 | 24 |
| Binary | 1000110 | 1010100 | 10000 | 10001 | 0 | 1010001 | 1000011 | 1001000 | 1000100 | 10100 |
Color Harmonies of #465410
Complementary color
Monochromatic Colors of #465410
Black with #465410
Text Example
Text Example
White with #465410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465410; }
p { color: rgb(70,84,16); }
H1.HeaderClassName
{
color: #465410;
}
.AnyTagClassName
{
color: #465410;
}
</style>
background-color css
<style>
a { background-color: #465410; }
a { background-color: rgb(70,84,16); }
div.DivClassName
{
background-color: #465410;
}
.BgClassName
{
background-color: #465410;
}
</style>
border-color css
<style>
span { border-color: #465410; }
span { border-color: rgb(70,84,16); }
td.TdClassName
{
border-color: #465410;
}
.TagClassName
{
border-color: #465410;
}
</style>