#4E6907

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

Shades of Verdun Green #4E6907

Tints of Verdun Green #4E6907

Color information

#4E6907 (or 0x4E6907) is unknown color: approx Verdun Green. HEX triplet: 4E, 69 and 07. RGB value is (78,105,7). Sum of RGB (Red+Green+Blue) = 78+105+7=190 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.05% from 190); Green value is 105 (41.41% from 255 or 55.26% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 105 - color contains mainly: green. Hex color #4E6907 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6907 is #B196F8. Grayscale: #565656. Windows color (decimal): -11638521 or 485710. OLE color: 485710.

HSL color Cylindrical-coordinate representation of color #4E6907: hue angle of 76.53º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4E6907 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.59.

Color convert

RGB781057-
CMYK0.2600.930.59
HSL76.53º87.5%21.96%-
HSV(B)76.53º93.33%41.18%-
XYZ8.2311.742.03-
YUV85.7683.55122.47-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.05%
GREEN value IS 105 (41.41% from 255) = 55.26%
BLUE value IS 7 (3.12% from 255) = 3.68%
R=41.05%
G=55.26%
B=3.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7810570.2600.930.5976.5387.521.96
Hex4E6971A05D3B4d5816
Octal11615173201357311513026
Binary1001110110100111111010010111011110111001101101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,105,7); }

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

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

 a { background-color: rgb(78,105,7); }

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

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

 span { border-color: rgb(78,105,7); }

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