Shades of Verdun Green #4E5509
Tints of Verdun Green #4E5509
RGB
CMYK
RGB Variations
Color information
#4E5509 (or 0x4E5509) is known color: Verdun Green. HEX triplet: 4E, 55 and 09. RGB value is (78,85,9). Sum of RGB (Red+Green+Blue) = 78+85+9=172 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.35% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #4E5509 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5509 is #B1AAF6. Grayscale: #4A4A4A. Windows color (decimal): -11643639 or 611662. OLE color: 611662.
HSL color Cylindrical-coordinate representation of color #4E5509: hue angle of 65.53º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E5509 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 85 | 9 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.67 |
| HSL | 65.53º | 0.81% | 0.18% | - |
| HSV(B) | 65.53º | 0.89% | 0.33% | - |
| XYZ | 6.44 | 8.14 | 1.49 | - |
| YUV | 74.24 | 91.18 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 85 | 9 | 0.08 | 0 | 0.89 | 0.67 | 65.53 | 0.81 | 0.18 |
| Hex | 4E | 55 | 9 | 8 | 0 | 59 | 43 | 42 | 51 | 12 |
| Octal | 116 | 125 | 11 | 10 | 0 | 131 | 103 | 102 | 121 | 22 |
| Binary | 1001110 | 1010101 | 1001 | 1000 | 0 | 1011001 | 1000011 | 1000010 | 1010001 | 10010 |
Color Harmonies of #4E5509
Complementary color
Monochromatic Colors of #4E5509
Black with #4E5509
Text Example
Text Example
White with #4E5509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5509; }
p { color: rgb(78,85,9); }
H1.HeaderClassName
{
color: #4E5509;
}
.AnyTagClassName
{
color: #4E5509;
}
</style>
background-color css
<style>
a { background-color: #4E5509; }
a { background-color: rgb(78,85,9); }
div.DivClassName
{
background-color: #4E5509;
}
.BgClassName
{
background-color: #4E5509;
}
</style>
border-color css
<style>
span { border-color: #4E5509; }
span { border-color: rgb(78,85,9); }
td.TdClassName
{
border-color: #4E5509;
}
.TagClassName
{
border-color: #4E5509;
}
</style>