#4E6711

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

Shades of Verdun Green #4E6711

Tints of Verdun Green #4E6711

Color information

#4E6711 (or 0x4E6711) is unknown color: approx Verdun Green. HEX triplet: 4E, 67 and 11. RGB value is (78,103,17). Sum of RGB (Red+Green+Blue) = 78+103+17=198 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.39% from 198); Green value is 103 (40.62% from 255 or 52.02% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 103 - color contains mainly: green. Hex color #4E6711 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6711 is #B198EE. Grayscale: #565656. Windows color (decimal): -11639023 or 1140558. OLE color: 1140558.

HSL color Cylindrical-coordinate representation of color #4E6711: hue angle of 77.44º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E6711 is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB7810317-
CMYK0.2400.830.60
HSL77.44º71.67%23.53%-
HSV(B)77.44º83.5%40.39%-
XYZ8.0911.362.3-
YUV85.7289.22122.49-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39.39%
GREEN value IS 103 (40.62% from 255) = 52.02%
BLUE value IS 17 (7.03% from 255) = 8.59%
R=39.39%
G=52.02%
B=8.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal78103170.2400.830.6077.4471.6723.53
Hex4E6711180533C4d4818
Octal116147213001237411511030
Binary100111011001111000111000010100111111001001101100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,103,17); }

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

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

 a { background-color: rgb(78,103,17); }

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

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

 span { border-color: rgb(78,103,17); }

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