#4E6B07

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

Shades of Verdun Green #4E6B07

Tints of Verdun Green #4E6B07

Color information

#4E6B07 (or 0x4E6B07) is unknown color: approx Verdun Green. HEX triplet: 4E, 6B and 07. RGB value is (78,107,7). Sum of RGB (Red+Green+Blue) = 78+107+7=192 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.62% from 192); Green value is 107 (42.19% from 255 or 55.73% from 192); Blue value is 7 (3.12% from 255 or 3.65% from 192); Max value from RGB is 107 - color contains mainly: green. Hex color #4E6B07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6B07 is #B194F8. Grayscale: #575757. Windows color (decimal): -11638009 or 486222. OLE color: 486222.

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

Color convert

RGB781077-
CMYK0.2700.930.58
HSL77.4º87.72%22.35%-
HSV(B)77.4º93.46%41.96%-
XYZ8.4412.152.1-
YUV86.9382.89121.63-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.62%
GREEN value IS 107 (42.19% from 255) = 55.73%
BLUE value IS 7 (3.12% from 255) = 3.65%
R=40.62%
G=55.73%
B=3.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7810770.2700.930.5877.487.7222.35
Hex4E6B71B05D3A4d5816
Octal11615373301357211513026
Binary1001110110101111111011010111011110101001101101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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