Shades of Verdun Green #465C03
Tints of Verdun Green #465C03
RGB
CMYK
RGB Variations
Color information
#465C03 (or 0x465C03) is known color: Verdun Green. HEX triplet: 46, 5C and 03. RGB value is (70,92,3). Sum of RGB (Red+Green+Blue) = 70+92+3=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 92 (36.33% from 255 or 55.76% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 92 - color contains mainly: green. Hex color #465C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465C03 is #B9A3FC. Grayscale: #4B4B4B. Windows color (decimal): -12166141 or 220230. OLE color: 220230.
HSL color Cylindrical-coordinate representation of color #465C03: hue angle of 74.83º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #465C03 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 92 | 3 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.64 |
| HSL | 74.83º | 0.94% | 0.19% | - |
| HSV(B) | 74.83º | 0.97% | 0.36% | - |
| XYZ | 6.37 | 8.96 | 1.48 | - |
| YUV | 75.28 | 87.21 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 3 | 0.24 | 0 | 0.97 | 0.64 | 74.83 | 0.94 | 0.19 |
| Hex | 46 | 5C | 3 | 18 | 0 | 61 | 40 | 4B | 5E | 13 |
| Octal | 106 | 134 | 3 | 30 | 0 | 141 | 100 | 113 | 136 | 23 |
| Binary | 1000110 | 1011100 | 11 | 11000 | 0 | 1100001 | 1000000 | 1001011 | 1011110 | 10011 |
Color Harmonies of #465C03
Complementary color
Monochromatic Colors of #465C03
Black with #465C03
Text Example
Text Example
White with #465C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465C03; }
p { color: rgb(70,92,3); }
H1.HeaderClassName
{
color: #465C03;
}
.AnyTagClassName
{
color: #465C03;
}
</style>
background-color css
<style>
a { background-color: #465C03; }
a { background-color: rgb(70,92,3); }
div.DivClassName
{
background-color: #465C03;
}
.BgClassName
{
background-color: #465C03;
}
</style>
border-color css
<style>
span { border-color: #465C03; }
span { border-color: rgb(70,92,3); }
td.TdClassName
{
border-color: #465C03;
}
.TagClassName
{
border-color: #465C03;
}
</style>