Shades of Verdun Green #495D08
Tints of Verdun Green #495D08
RGB
CMYK
RGB Variations
Color information
#495D08 (or 0x495D08) is known color: Verdun Green. HEX triplet: 49, 5D and 08. RGB value is (73,93,8). Sum of RGB (Red+Green+Blue) = 73+93+8=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 93 (36.72% from 255 or 53.45% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 93 - color contains mainly: green. Hex color #495D08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495D08 is #B6A2F7. Grayscale: #4D4D4D. Windows color (decimal): -11969272 or 548169. OLE color: 548169.
HSL color Cylindrical-coordinate representation of color #495D08: hue angle of 74.12º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #495D08 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 93 | 8 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.64 |
| HSL | 74.12º | 0.84% | 0.2% | - |
| HSV(B) | 74.12º | 0.91% | 0.36% | - |
| XYZ | 6.71 | 9.26 | 1.66 | - |
| YUV | 77.33 | 88.87 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 8 | 0.22 | 0 | 0.91 | 0.64 | 74.12 | 0.84 | 0.2 |
| Hex | 49 | 5D | 8 | 16 | 0 | 5B | 40 | 4A | 54 | 14 |
| Octal | 111 | 135 | 10 | 26 | 0 | 133 | 100 | 112 | 124 | 24 |
| Binary | 1001001 | 1011101 | 1000 | 10110 | 0 | 1011011 | 1000000 | 1001010 | 1010100 | 10100 |
Color Harmonies of #495D08
Complementary color
Monochromatic Colors of #495D08
Black with #495D08
Text Example
Text Example
White with #495D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495D08; }
p { color: rgb(73,93,8); }
H1.HeaderClassName
{
color: #495D08;
}
.AnyTagClassName
{
color: #495D08;
}
</style>
background-color css
<style>
a { background-color: #495D08; }
a { background-color: rgb(73,93,8); }
div.DivClassName
{
background-color: #495D08;
}
.BgClassName
{
background-color: #495D08;
}
</style>
border-color css
<style>
span { border-color: #495D08; }
span { border-color: rgb(73,93,8); }
td.TdClassName
{
border-color: #495D08;
}
.TagClassName
{
border-color: #495D08;
}
</style>