#4E6C0E

Color #4E6C0E Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #4E6C0E

Tints of Verdun Green #4E6C0E

Color information

#4E6C0E (or 0x4E6C0E) is unknown color: approx Verdun Green. HEX triplet: 4E, 6C and 0E. RGB value is (78,108,14). Sum of RGB (Red+Green+Blue) = 78+108+14=200 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39% from 200); Green value is 108 (42.58% from 255 or 54% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 108 - color contains mainly: green. Hex color #4E6C0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6C0E is #B193F1. Grayscale: #585858. Windows color (decimal): -11637746 or 945230. OLE color: 945230.

HSL color Cylindrical-coordinate representation of color #4E6C0E: hue angle of 79.15º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4E6C0E is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.58.

Color convert

RGB7810814-
CMYK0.2800.870.58
HSL79.15º77.05%23.92%-
HSV(B)79.15º87.04%42.35%-
XYZ8.5812.382.35-
YUV88.3186.06120.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 39%
GREEN value IS 108 (42.58% from 255) = 54%
BLUE value IS 14 (5.86% from 255) = 7%
R=39%
G=54%
B=7%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78108140.2800.870.5879.1577.0523.92
Hex4E6CE1C0573A4f4d18
Octal116154163401277211711530
Binary10011101101100111011100010101111110101001111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E6C0E; }

 p { color: rgb(78,108,14); }

 H1.HeaderClassName
 {
   color: #4E6C0E;
 }
 .AnyTagClassName
 {
   color: #4E6C0E;
 }
</style>
background-color css

<style>
 a { background-color: #4E6C0E; }

 a { background-color: rgb(78,108,14); }

 div.DivClassName
 {
   background-color: #4E6C0E;
 }
 .BgClassName
 {
   background-color: #4E6C0E;
 }
</style>
border-color css

<style>
 span { border-color: #4E6C0E; }

 span { border-color: rgb(78,108,14); }

 td.TdClassName
 {
   border-color: #4E6C0E;
 }
 .TagClassName
 {
   border-color: #4E6C0E;
 }
</style>