#4D4910

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

Shades of Verdun Green #4D4910

Tints of Verdun Green #4D4910

Color information

#4D4910 (or 0x4D4910) is unknown color: approx Verdun Green. HEX triplet: 4D, 49 and 10. RGB value is (77,73,16). Sum of RGB (Red+Green+Blue) = 77+73+16=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4910 is #B2B6EF. Grayscale: #434343. Windows color (decimal): -11712240 or 1067341. OLE color: 1067341.

HSL color Cylindrical-coordinate representation of color #4D4910: hue angle of 56.07º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D4910 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.70.

Color convert

RGB777316-
CMYK00.050.790.70
HSL56.07º65.59%18.24%-
HSV(B)56.07º79.22%30.2%-
XYZ5.546.381.43-
YUV67.798.83134.63-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 46.39%
GREEN value IS 73 (28.91% from 255) = 43.98%
BLUE value IS 16 (6.64% from 255) = 9.64%
R=46.39%
G=43.98%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.79
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77731600.050.790.7056.0765.5918.24
Hex4D4910054F46384212
Octal11511120051171067010222
Binary1001101100100110000010110011111000110111000100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,73,16); }

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

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

 a { background-color: rgb(77,73,16); }

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

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

 span { border-color: rgb(77,73,16); }

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