Shades of Verdun Green #495E02
Tints of Verdun Green #495E02
RGB
CMYK
RGB Variations
Color information
#495E02 (or 0x495E02) is known color: Verdun Green. HEX triplet: 49, 5E and 02. RGB value is (73,94,2). Sum of RGB (Red+Green+Blue) = 73+94+2=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 94 (37.11% from 255 or 55.62% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 94 - color contains mainly: green. Hex color #495E02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495E02 is #B6A1FD. Grayscale: #4D4D4D. Windows color (decimal): -11969022 or 155209. OLE color: 155209.
HSL color Cylindrical-coordinate representation of color #495E02: hue angle of 73.7º 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 #495E02 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 94 | 2 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.63 |
| HSL | 73.7º | 0.96% | 0.19% | - |
| HSV(B) | 73.7º | 0.98% | 0.37% | - |
| XYZ | 6.76 | 9.43 | 1.52 | - |
| YUV | 77.23 | 85.54 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 94 | 2 | 0.22 | 0 | 0.98 | 0.63 | 73.7 | 0.96 | 0.19 |
| Hex | 49 | 5E | 2 | 16 | 0 | 62 | 3F | 4A | 60 | 13 |
| Octal | 111 | 136 | 2 | 26 | 0 | 142 | 77 | 112 | 140 | 23 |
| Binary | 1001001 | 1011110 | 10 | 10110 | 0 | 1100010 | 111111 | 1001010 | 1100000 | 10011 |
Color Harmonies of #495E02
Complementary color
Monochromatic Colors of #495E02
Black with #495E02
Text Example
Text Example
White with #495E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495E02; }
p { color: rgb(73,94,2); }
H1.HeaderClassName
{
color: #495E02;
}
.AnyTagClassName
{
color: #495E02;
}
</style>
background-color css
<style>
a { background-color: #495E02; }
a { background-color: rgb(73,94,2); }
div.DivClassName
{
background-color: #495E02;
}
.BgClassName
{
background-color: #495E02;
}
</style>
border-color css
<style>
span { border-color: #495E02; }
span { border-color: rgb(73,94,2); }
td.TdClassName
{
border-color: #495E02;
}
.TagClassName
{
border-color: #495E02;
}
</style>