Shades of Verdun Green #4E550F
Tints of Verdun Green #4E550F
RGB
CMYK
RGB Variations
Color information
#4E550F (or 0x4E550F) is known color: Verdun Green. HEX triplet: 4E, 55 and 0F. RGB value is (78,85,15). Sum of RGB (Red+Green+Blue) = 78+85+15=178 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.82% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #4E550F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E550F is #B1AAF0. Grayscale: #4B4B4B. Windows color (decimal): -11643633 or 1004878. OLE color: 1004878.
HSL color Cylindrical-coordinate representation of color #4E550F: hue angle of 66º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E550F is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 85 | 15 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.67 |
| HSL | 66º | 0.7% | 0.2% | - |
| HSV(B) | 66º | 0.82% | 0.33% | - |
| XYZ | 6.48 | 8.15 | 1.68 | - |
| YUV | 74.93 | 94.18 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 85 | 15 | 0.08 | 0 | 0.82 | 0.67 | 66 | 0.7 | 0.2 |
| Hex | 4E | 55 | F | 8 | 0 | 52 | 43 | 42 | 46 | 14 |
| Octal | 116 | 125 | 17 | 10 | 0 | 122 | 103 | 102 | 106 | 24 |
| Binary | 1001110 | 1010101 | 1111 | 1000 | 0 | 1010010 | 1000011 | 1000010 | 1000110 | 10100 |
Color Harmonies of #4E550F
Complementary color
Monochromatic Colors of #4E550F
Black with #4E550F
Text Example
Text Example
White with #4E550F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E550F; }
p { color: rgb(78,85,15); }
H1.HeaderClassName
{
color: #4E550F;
}
.AnyTagClassName
{
color: #4E550F;
}
</style>
background-color css
<style>
a { background-color: #4E550F; }
a { background-color: rgb(78,85,15); }
div.DivClassName
{
background-color: #4E550F;
}
.BgClassName
{
background-color: #4E550F;
}
</style>
border-color css
<style>
span { border-color: #4E550F; }
span { border-color: rgb(78,85,15); }
td.TdClassName
{
border-color: #4E550F;
}
.TagClassName
{
border-color: #4E550F;
}
</style>