Shades of Verdun Green #495302
Tints of Verdun Green #495302
RGB
CMYK
RGB Variations
Color information
#495302 (or 0x495302) is known color: Verdun Green. HEX triplet: 49, 53 and 02. RGB value is (73,83,2). Sum of RGB (Red+Green+Blue) = 73+83+2=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 83 (32.81% from 255 or 52.53% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 83 - color contains mainly: green. Hex color #495302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495302 is #B6ACFD. Grayscale: #474747. Windows color (decimal): -11971838 or 152393. OLE color: 152393.
HSL color Cylindrical-coordinate representation of color #495302: hue angle of 67.41º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #495302 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 83 | 2 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.67 |
| HSL | 67.41º | 0.95% | 0.17% | - |
| HSV(B) | 67.41º | 0.98% | 0.33% | - |
| XYZ | 5.85 | 7.61 | 1.22 | - |
| YUV | 70.78 | 89.19 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 2 | 0.12 | 0 | 0.98 | 0.67 | 67.41 | 0.95 | 0.17 |
| Hex | 49 | 53 | 2 | C | 0 | 62 | 43 | 43 | 5F | 11 |
| Octal | 111 | 123 | 2 | 14 | 0 | 142 | 103 | 103 | 137 | 21 |
| Binary | 1001001 | 1010011 | 10 | 1100 | 0 | 1100010 | 1000011 | 1000011 | 1011111 | 10001 |
Color Harmonies of #495302
Complementary color
Monochromatic Colors of #495302
Black with #495302
Text Example
Text Example
White with #495302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495302; }
p { color: rgb(73,83,2); }
H1.HeaderClassName
{
color: #495302;
}
.AnyTagClassName
{
color: #495302;
}
</style>
background-color css
<style>
a { background-color: #495302; }
a { background-color: rgb(73,83,2); }
div.DivClassName
{
background-color: #495302;
}
.BgClassName
{
background-color: #495302;
}
</style>
border-color css
<style>
span { border-color: #495302; }
span { border-color: rgb(73,83,2); }
td.TdClassName
{
border-color: #495302;
}
.TagClassName
{
border-color: #495302;
}
</style>