Shades of Verdun Green #495F1B
Tints of Verdun Green #495F1B
RGB
CMYK
RGB Variations
Color information
#495F1B (or 0x495F1B) is known color: Verdun Green. HEX triplet: 49, 5F and 1B. RGB value is (73,95,27). Sum of RGB (Red+Green+Blue) = 73+95+27=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 95 (37.5% from 255 or 48.72% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 95 - color contains mainly: green. Hex color #495F1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495F1B is #B6A0E4. Grayscale: #505050. Windows color (decimal): -11968741 or 1793865. OLE color: 1793865.
HSL color Cylindrical-coordinate representation of color #495F1B: hue angle of 79.41º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #495F1B is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 95 | 27 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.63 |
| HSL | 79.41º | 0.56% | 0.24% | - |
| HSV(B) | 79.41º | 0.72% | 0.37% | - |
| XYZ | 7.04 | 9.68 | 2.53 | - |
| YUV | 80.67 | 97.71 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 27 | 0.23 | 0 | 0.72 | 0.63 | 79.41 | 0.56 | 0.24 |
| Hex | 49 | 5F | 1B | 17 | 0 | 48 | 3F | 4F | 38 | 18 |
| Octal | 111 | 137 | 33 | 27 | 0 | 110 | 77 | 117 | 70 | 30 |
| Binary | 1001001 | 1011111 | 11011 | 10111 | 0 | 1001000 | 111111 | 1001111 | 111000 | 11000 |
Color Harmonies of #495F1B
Complementary color
Monochromatic Colors of #495F1B
Black with #495F1B
Text Example
Text Example
White with #495F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495F1B; }
p { color: rgb(73,95,27); }
H1.HeaderClassName
{
color: #495F1B;
}
.AnyTagClassName
{
color: #495F1B;
}
</style>
background-color css
<style>
a { background-color: #495F1B; }
a { background-color: rgb(73,95,27); }
div.DivClassName
{
background-color: #495F1B;
}
.BgClassName
{
background-color: #495F1B;
}
</style>
border-color css
<style>
span { border-color: #495F1B; }
span { border-color: rgb(73,95,27); }
td.TdClassName
{
border-color: #495F1B;
}
.TagClassName
{
border-color: #495F1B;
}
</style>