#4D4E14

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

Shades of Verdun Green #4D4E14

Tints of Verdun Green #4D4E14

Color information

#4D4E14 (or 0x4D4E14) is unknown color: approx Verdun Green. HEX triplet: 4D, 4E and 14. RGB value is (77,78,20). Sum of RGB (Red+Green+Blue) = 77+78+20=175 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44% from 175); Green value is 78 (30.86% from 255 or 44.57% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 78 - color contains mainly: green. Hex color #4D4E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D4E14 is #B2B1EB. Grayscale: #474747. Windows color (decimal): -11710956 or 1330765. OLE color: 1330765.

HSL color Cylindrical-coordinate representation of color #4D4E14: hue angle of 61.03º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D4E14 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB777820-
CMYK0.0100.740.69
HSL61.03º59.18%19.22%-
HSV(B)61.03º74.36%30.59%-
XYZ5.917.081.72-
YUV71.0999.17132.22-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 44%
GREEN value IS 78 (30.86% from 255) = 44.57%
BLUE value IS 20 (8.20% from 255) = 11.43%
R=44%
G=44.57%
B=11.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7778200.0100.740.6961.0359.1819.22
Hex4D4E14104A453d3b13
Octal1151162410112105757323
Binary1001101100111010100101001010100010111110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,78,20); }

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

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

 a { background-color: rgb(77,78,20); }

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

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

 span { border-color: rgb(77,78,20); }

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