Shades of Verdun Green #495202
Tints of Verdun Green #495202
RGB
CMYK
RGB Variations
Color information
#495202 (or 0x495202) is known color: Verdun Green. HEX triplet: 49, 52 and 02. RGB value is (73,82,2). Sum of RGB (Red+Green+Blue) = 73+82+2=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 82 (32.42% from 255 or 52.23% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 82 - color contains mainly: green. Hex color #495202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495202 is #B6ADFD. Grayscale: #464646. Windows color (decimal): -11972094 or 152137. OLE color: 152137.
HSL color Cylindrical-coordinate representation of color #495202: hue angle of 66.75º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #495202 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 82 | 2 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.68 |
| HSL | 66.75º | 0.95% | 0.16% | - |
| HSV(B) | 66.75º | 0.98% | 0.32% | - |
| XYZ | 5.78 | 7.46 | 1.19 | - |
| YUV | 70.19 | 89.52 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 2 | 0.11 | 0 | 0.98 | 0.68 | 66.75 | 0.95 | 0.16 |
| Hex | 49 | 52 | 2 | B | 0 | 62 | 44 | 43 | 5F | 10 |
| Octal | 111 | 122 | 2 | 13 | 0 | 142 | 104 | 103 | 137 | 20 |
| Binary | 1001001 | 1010010 | 10 | 1011 | 0 | 1100010 | 1000100 | 1000011 | 1011111 | 10000 |
Color Harmonies of #495202
Complementary color
Monochromatic Colors of #495202
Black with #495202
Text Example
Text Example
White with #495202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495202; }
p { color: rgb(73,82,2); }
H1.HeaderClassName
{
color: #495202;
}
.AnyTagClassName
{
color: #495202;
}
</style>
background-color css
<style>
a { background-color: #495202; }
a { background-color: rgb(73,82,2); }
div.DivClassName
{
background-color: #495202;
}
.BgClassName
{
background-color: #495202;
}
</style>
border-color css
<style>
span { border-color: #495202; }
span { border-color: rgb(73,82,2); }
td.TdClassName
{
border-color: #495202;
}
.TagClassName
{
border-color: #495202;
}
</style>