Shades of Verdun Green #465515
Tints of Verdun Green #465515
RGB
CMYK
RGB Variations
Color information
#465515 (or 0x465515) is known color: Verdun Green. HEX triplet: 46, 55 and 15. RGB value is (70,85,21). Sum of RGB (Red+Green+Blue) = 70+85+21=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #465515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465515 is #B9AAEA. Grayscale: #494949. Windows color (decimal): -12167915 or 1398086. OLE color: 1398086.
HSL color Cylindrical-coordinate representation of color #465515: hue angle of 74.06º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #465515 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 85 | 21 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.67 |
| HSL | 74.06º | 0.6% | 0.21% | - |
| HSV(B) | 74.06º | 0.75% | 0.33% | - |
| XYZ | 5.91 | 7.85 | 1.91 | - |
| YUV | 73.22 | 98.53 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 85 | 21 | 0.18 | 0 | 0.75 | 0.67 | 74.06 | 0.6 | 0.21 |
| Hex | 46 | 55 | 15 | 12 | 0 | 4B | 43 | 4A | 3C | 15 |
| Octal | 106 | 125 | 25 | 22 | 0 | 113 | 103 | 112 | 74 | 25 |
| Binary | 1000110 | 1010101 | 10101 | 10010 | 0 | 1001011 | 1000011 | 1001010 | 111100 | 10101 |
Color Harmonies of #465515
Complementary color
Monochromatic Colors of #465515
Black with #465515
Text Example
Text Example
White with #465515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465515; }
p { color: rgb(70,85,21); }
H1.HeaderClassName
{
color: #465515;
}
.AnyTagClassName
{
color: #465515;
}
</style>
background-color css
<style>
a { background-color: #465515; }
a { background-color: rgb(70,85,21); }
div.DivClassName
{
background-color: #465515;
}
.BgClassName
{
background-color: #465515;
}
</style>
border-color css
<style>
span { border-color: #465515; }
span { border-color: rgb(70,85,21); }
td.TdClassName
{
border-color: #465515;
}
.TagClassName
{
border-color: #465515;
}
</style>