Shades of Verdun Green #495F01
Tints of Verdun Green #495F01
RGB
CMYK
RGB Variations
Color information
#495F01 (or 0x495F01) is known color: Verdun Green. HEX triplet: 49, 5F and 01. RGB value is (73,95,1). Sum of RGB (Red+Green+Blue) = 73+95+1=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 95 (37.5% from 255 or 56.21% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 95 - color contains mainly: green. Hex color #495F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495F01 is #B6A0FE. Grayscale: #4E4E4E. Windows color (decimal): -11968767 or 89929. OLE color: 89929.
HSL color Cylindrical-coordinate representation of color #495F01: hue angle of 74.04º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #495F01 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 95 | 1 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.63 |
| HSL | 74.04º | 0.98% | 0.19% | - |
| HSV(B) | 74.04º | 0.99% | 0.37% | - |
| XYZ | 6.85 | 9.6 | 1.52 | - |
| YUV | 77.71 | 84.71 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 1 | 0.23 | 0 | 0.99 | 0.63 | 74.04 | 0.98 | 0.19 |
| Hex | 49 | 5F | 1 | 17 | 0 | 63 | 3F | 4A | 62 | 13 |
| Octal | 111 | 137 | 1 | 27 | 0 | 143 | 77 | 112 | 142 | 23 |
| Binary | 1001001 | 1011111 | 1 | 10111 | 0 | 1100011 | 111111 | 1001010 | 1100010 | 10011 |
Color Harmonies of #495F01
Complementary color
Monochromatic Colors of #495F01
Black with #495F01
Text Example
Text Example
White with #495F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495F01; }
p { color: rgb(73,95,1); }
H1.HeaderClassName
{
color: #495F01;
}
.AnyTagClassName
{
color: #495F01;
}
</style>
background-color css
<style>
a { background-color: #495F01; }
a { background-color: rgb(73,95,1); }
div.DivClassName
{
background-color: #495F01;
}
.BgClassName
{
background-color: #495F01;
}
</style>
border-color css
<style>
span { border-color: #495F01; }
span { border-color: rgb(73,95,1); }
td.TdClassName
{
border-color: #495F01;
}
.TagClassName
{
border-color: #495F01;
}
</style>