Shades of Verdun Green #495F02
Tints of Verdun Green #495F02
RGB
CMYK
RGB Variations
Color information
#495F02 (or 0x495F02) is known color: Verdun Green. HEX triplet: 49, 5F and 02. RGB value is (73,95,2). Sum of RGB (Red+Green+Blue) = 73+95+2=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 95 (37.5% from 255 or 55.88% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 95 - color contains mainly: green. Hex color #495F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495F02 is #B6A0FD. Grayscale: #4E4E4E. Windows color (decimal): -11968766 or 155465. OLE color: 155465.
HSL color Cylindrical-coordinate representation of color #495F02: hue angle of 74.19º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #495F02 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 95 | 2 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.63 |
| HSL | 74.19º | 0.96% | 0.19% | - |
| HSV(B) | 74.19º | 0.98% | 0.37% | - |
| XYZ | 6.85 | 9.61 | 1.55 | - |
| YUV | 77.82 | 85.21 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 2 | 0.23 | 0 | 0.98 | 0.63 | 74.19 | 0.96 | 0.19 |
| Hex | 49 | 5F | 2 | 17 | 0 | 62 | 3F | 4A | 60 | 13 |
| Octal | 111 | 137 | 2 | 27 | 0 | 142 | 77 | 112 | 140 | 23 |
| Binary | 1001001 | 1011111 | 10 | 10111 | 0 | 1100010 | 111111 | 1001010 | 1100000 | 10011 |
Color Harmonies of #495F02
Complementary color
Monochromatic Colors of #495F02
Black with #495F02
Text Example
Text Example
White with #495F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495F02; }
p { color: rgb(73,95,2); }
H1.HeaderClassName
{
color: #495F02;
}
.AnyTagClassName
{
color: #495F02;
}
</style>
background-color css
<style>
a { background-color: #495F02; }
a { background-color: rgb(73,95,2); }
div.DivClassName
{
background-color: #495F02;
}
.BgClassName
{
background-color: #495F02;
}
</style>
border-color css
<style>
span { border-color: #495F02; }
span { border-color: rgb(73,95,2); }
td.TdClassName
{
border-color: #495F02;
}
.TagClassName
{
border-color: #495F02;
}
</style>