#4E660E

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

Shades of Verdun Green #4E660E

Tints of Verdun Green #4E660E

Color information

#4E660E (or 0x4E660E) is unknown color: approx Verdun Green. HEX triplet: 4E, 66 and 0E. RGB value is (78,102,14). Sum of RGB (Red+Green+Blue) = 78+102+14=194 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.21% from 194); Green value is 102 (40.23% from 255 or 52.58% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 102 - color contains mainly: green. Hex color #4E660E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E660E is #B199F1. Grayscale: #555555. Windows color (decimal): -11639282 or 943694. OLE color: 943694.

HSL color Cylindrical-coordinate representation of color #4E660E: hue angle of 76.36º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E660E is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB7810214-
CMYK0.2400.860.6
HSL76.36º75.86%22.75%-
HSV(B)76.36º86.27%40%-
XYZ7.9711.152.15-
YUV84.7988.05123.16-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.21%
GREEN value IS 102 (40.23% from 255) = 52.58%
BLUE value IS 14 (5.86% from 255) = 7.22%
R=40.21%
G=52.58%
B=7.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal78102140.2400.860.676.3675.8622.75
Hex4E66E180563C4c4c17
Octal116146163001267411411427
Binary10011101100110111011000010101101111001001100100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E660E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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