Shades of Verdun Green #465304
Tints of Verdun Green #465304
RGB
CMYK
RGB Variations
Color information
#465304 (or 0x465304) is known color: Verdun Green. HEX triplet: 46, 53 and 04. RGB value is (70,83,4). Sum of RGB (Red+Green+Blue) = 70+83+4=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #465304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465304 is #B9ACFB. Grayscale: #464646. Windows color (decimal): -12168444 or 283462. OLE color: 283462.
HSL color Cylindrical-coordinate representation of color #465304: hue angle of 69.87º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #465304 is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 83 | 4 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.67 |
| HSL | 69.87º | 0.91% | 0.17% | - |
| HSV(B) | 69.87º | 0.95% | 0.33% | - |
| XYZ | 5.64 | 7.5 | 1.26 | - |
| YUV | 70.11 | 90.69 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 83 | 4 | 0.16 | 0 | 0.95 | 0.67 | 69.87 | 0.91 | 0.17 |
| Hex | 46 | 53 | 4 | 10 | 0 | 5F | 43 | 46 | 5B | 11 |
| Octal | 106 | 123 | 4 | 20 | 0 | 137 | 103 | 106 | 133 | 21 |
| Binary | 1000110 | 1010011 | 100 | 10000 | 0 | 1011111 | 1000011 | 1000110 | 1011011 | 10001 |
Color Harmonies of #465304
Complementary color
Monochromatic Colors of #465304
Black with #465304
Text Example
Text Example
White with #465304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465304; }
p { color: rgb(70,83,4); }
H1.HeaderClassName
{
color: #465304;
}
.AnyTagClassName
{
color: #465304;
}
</style>
background-color css
<style>
a { background-color: #465304; }
a { background-color: rgb(70,83,4); }
div.DivClassName
{
background-color: #465304;
}
.BgClassName
{
background-color: #465304;
}
</style>
border-color css
<style>
span { border-color: #465304; }
span { border-color: rgb(70,83,4); }
td.TdClassName
{
border-color: #465304;
}
.TagClassName
{
border-color: #465304;
}
</style>