#504E00

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

Shades of Verdun Green #504E00

Tints of Verdun Green #504E00

Color information

#504E00 (or 0x504E00) is unknown color: approx Verdun Green. HEX triplet: 50, 4E and 00. RGB value is (80,78,0). Sum of RGB (Red+Green+Blue) = 80+78+0=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 78 (30.86% from 255 or 49.37% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #504E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504E00 is #AFB1FF. Grayscale: #464646. Windows color (decimal): -11514368 or 20048. OLE color: 20048.

HSL color Cylindrical-coordinate representation of color #504E00: hue angle of 58.5º 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 #504E00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB80780-
CMYK00.0210.69
HSL58.5º100%15.69%-
HSV(B)58.5º100%31.37%-
XYZ6.037.151.06-
YUV69.7188.66135.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.63%
GREEN value IS 78 (30.86% from 255) = 49.37%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.63%
G=49.37%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8078000.0210.6958.510015.69
Hex504E00264453a6410
Octal1201160021441057214420
Binary10100001001110001011001001000101111010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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