Shades of Verdun Green #495C08
Tints of Verdun Green #495C08
RGB
CMYK
RGB Variations
Color information
#495C08 (or 0x495C08) is known color: Verdun Green. HEX triplet: 49, 5C and 08. RGB value is (73,92,8). Sum of RGB (Red+Green+Blue) = 73+92+8=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 92 (36.33% from 255 or 53.18% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 92 - color contains mainly: green. Hex color #495C08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495C08 is #B6A3F7. Grayscale: #4D4D4D. Windows color (decimal): -11969528 or 547913. OLE color: 547913.
HSL color Cylindrical-coordinate representation of color #495C08: hue angle of 73.57º 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 #495C08 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 92 | 8 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.64 |
| HSL | 73.57º | 0.84% | 0.2% | - |
| HSV(B) | 73.57º | 0.91% | 0.36% | - |
| XYZ | 6.62 | 9.09 | 1.64 | - |
| YUV | 76.74 | 89.21 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 8 | 0.21 | 0 | 0.91 | 0.64 | 73.57 | 0.84 | 0.2 |
| Hex | 49 | 5C | 8 | 15 | 0 | 5B | 40 | 4A | 54 | 14 |
| Octal | 111 | 134 | 10 | 25 | 0 | 133 | 100 | 112 | 124 | 24 |
| Binary | 1001001 | 1011100 | 1000 | 10101 | 0 | 1011011 | 1000000 | 1001010 | 1010100 | 10100 |
Color Harmonies of #495C08
Complementary color
Monochromatic Colors of #495C08
Black with #495C08
Text Example
Text Example
White with #495C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495C08; }
p { color: rgb(73,92,8); }
H1.HeaderClassName
{
color: #495C08;
}
.AnyTagClassName
{
color: #495C08;
}
</style>
background-color css
<style>
a { background-color: #495C08; }
a { background-color: rgb(73,92,8); }
div.DivClassName
{
background-color: #495C08;
}
.BgClassName
{
background-color: #495C08;
}
</style>
border-color css
<style>
span { border-color: #495C08; }
span { border-color: rgb(73,92,8); }
td.TdClassName
{
border-color: #495C08;
}
.TagClassName
{
border-color: #495C08;
}
</style>