#504C05

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

Shades of Verdun Green #504C05

Tints of Verdun Green #504C05

Color information

#504C05 (or 0x504C05) is unknown color: approx Verdun Green. HEX triplet: 50, 4C and 05. RGB value is (80,76,5). Sum of RGB (Red+Green+Blue) = 80+76+5=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #504C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504C05 is #AFB3FA. Grayscale: #454545. Windows color (decimal): -11514875 or 347216. OLE color: 347216.

HSL color Cylindrical-coordinate representation of color #504C05: hue angle of 56.8º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #504C05 is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB80765-
CMYK00.050.940.69
HSL56.8º88.24%16.67%-
HSV(B)56.8º93.75%31.37%-
XYZ5.926.891.16-
YUV69.191.83135.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.69%
GREEN value IS 76 (30.08% from 255) = 47.20%
BLUE value IS 5 (2.34% from 255) = 3.11%
R=49.69%
G=47.20%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8076500.050.940.6956.888.2416.67
Hex504C5055E45395811
Octal1201145051361057113021
Binary10100001001100101010110111101000101111001101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,76,5); }

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

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

 a { background-color: rgb(80,76,5); }

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

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

 span { border-color: rgb(80,76,5); }

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