#504D00

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

Shades of Verdun Green #504D00

Tints of Verdun Green #504D00

Color information

#504D00 (or 0x504D00) is unknown color: approx Verdun Green. HEX triplet: 50, 4D and 00. RGB value is (80,77,0). Sum of RGB (Red+Green+Blue) = 80+77+0=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 77 (30.47% from 255 or 49.04% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #504D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504D00 is #AFB2FF. Grayscale: #454545. Windows color (decimal): -11514624 or 19792. OLE color: 19792.

HSL color Cylindrical-coordinate representation of color #504D00: hue angle of 57.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #504D00 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB80770-
CMYK00.0410.69
HSL57.75º100%15.69%-
HSV(B)57.75º100%31.37%-
XYZ5.967.011.04-
YUV69.1288.99135.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.96%
GREEN value IS 77 (30.47% from 255) = 49.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.96%
G=49.04%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8077000.0410.6957.7510015.69
Hex504D00464453a6410
Octal1201150041441057214420
Binary101000010011010010011001001000101111010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504D00; }

 p { color: rgb(80,77,0); }

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

<style>
 a { background-color: #504D00; }

 a { background-color: rgb(80,77,0); }

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

<style>
 span { border-color: #504D00; }

 span { border-color: rgb(80,77,0); }

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