#4D6C07

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

Shades of Verdun Green #4D6C07

Tints of Verdun Green #4D6C07

Color information

#4D6C07 (or 0x4D6C07) is unknown color: approx Verdun Green. HEX triplet: 4D, 6C and 07. RGB value is (77,108,7). Sum of RGB (Red+Green+Blue) = 77+108+7=192 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.10% from 192); Green value is 108 (42.58% from 255 or 56.25% from 192); Blue value is 7 (3.12% from 255 or 3.65% from 192); Max value from RGB is 108 - color contains mainly: green. Hex color #4D6C07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6C07 is #B293F8. Grayscale: #575757. Windows color (decimal): -11703289 or 486477. OLE color: 486477.

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

Color convert

RGB771087-
CMYK0.2900.940.58
HSL78.42º87.83%22.55%-
HSV(B)78.42º93.52%42.35%-
XYZ8.4612.322.13-
YUV87.2282.73120.71-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 40.10%
GREEN value IS 108 (42.58% from 255) = 56.25%
BLUE value IS 7 (3.12% from 255) = 3.65%
R=40.10%
G=56.25%
B=3.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7710870.2900.940.5878.4287.8322.55
Hex4D6C71D05E3A4e5817
Octal11515473501367211613027
Binary1001101110110011111101010111101110101001110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,108,7); }

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

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

 a { background-color: rgb(77,108,7); }

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

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

 span { border-color: rgb(77,108,7); }

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