#4D4905

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

Shades of Verdun Green #4D4905

Tints of Verdun Green #4D4905

Color information

#4D4905 (or 0x4D4905) is unknown color: approx Verdun Green. HEX triplet: 4D, 49 and 05. RGB value is (77,73,5). Sum of RGB (Red+Green+Blue) = 77+73+5=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4905 is #B2B6FA. Grayscale: #424242. Windows color (decimal): -11712251 or 346445. OLE color: 346445.

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

Color convert

RGB77735-
CMYK00.050.940.70
HSL56.67º87.8%16.08%-
HSV(B)56.67º93.51%30.2%-
XYZ5.476.351.08-
YUV66.4493.33135.53-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 49.68%
GREEN value IS 73 (28.91% from 255) = 47.10%
BLUE value IS 5 (2.34% from 255) = 3.23%
R=49.68%
G=47.10%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.94
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7773500.050.940.7056.6787.816.08
Hex4D495055E46395810
Octal1151115051361067113020
Binary10011011001001101010110111101000110111001101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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