#504D04

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

Shades of Verdun Green #504D04

Tints of Verdun Green #504D04

Color information

#504D04 (or 0x504D04) is unknown color: approx Verdun Green. HEX triplet: 50, 4D and 04. RGB value is (80,77,4). Sum of RGB (Red+Green+Blue) = 80+77+4=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 77 (30.47% from 255 or 47.83% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #504D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504D04 is #AFB2FB. Grayscale: #454545. Windows color (decimal): -11514620 or 281936. OLE color: 281936.

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

Color convert

RGB80774-
CMYK00.040.950.69
HSL57.63º90.48%16.47%-
HSV(B)57.63º95%31.37%-
XYZ5.987.021.15-
YUV69.5890.99135.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.69%
GREEN value IS 77 (30.47% from 255) = 47.83%
BLUE value IS 4 (1.95% from 255) = 2.48%
R=49.69%
G=47.83%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8077400.040.950.6957.6390.4816.47
Hex504D4045F453a5a10
Octal1201154041371057213220
Binary10100001001101100010010111111000101111010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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