#4D601F

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

Shades of Verdun Green #4D601F

Tints of Verdun Green #4D601F

Color information

#4D601F (or 0x4D601F) is unknown color: approx Verdun Green. HEX triplet: 4D, 60 and 1F. RGB value is (77,96,31). Sum of RGB (Red+Green+Blue) = 77+96+31=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #4D601F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D601F is #B29FE0. Grayscale: #535353. Windows color (decimal): -11706337 or 2056269. OLE color: 2056269.

HSL color Cylindrical-coordinate representation of color #4D601F: hue angle of 77.54º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D601F is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB779631-
CMYK0.2000.680.62
HSL77.54º51.18%24.9%-
HSV(B)77.54º67.71%37.65%-
XYZ7.4910.042.84-
YUV82.9198.71123.79-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.75%
GREEN value IS 96 (37.89% from 255) = 47.06%
BLUE value IS 31 (12.5% from 255) = 15.20%
R=37.75%
G=47.06%
B=15.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7796310.2000.680.6277.5451.1824.9
Hex4D601F140443E4e3319
Octal11514037240104761166331
Binary10011011100000111111010001000100111110100111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,96,31); }

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

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

 a { background-color: rgb(77,96,31); }

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

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

 span { border-color: rgb(77,96,31); }

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