#504905

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

Shades of Verdun Green #504905

Tints of Verdun Green #504905

Color information

#504905 (or 0x504905) is unknown color: approx Verdun Green. HEX triplet: 50, 49 and 05. RGB value is (80,73,5). Sum of RGB (Red+Green+Blue) = 80+73+5=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #504905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504905 is #AFB6FA. Grayscale: #434343. Windows color (decimal): -11515643 or 346448. OLE color: 346448.

HSL color Cylindrical-coordinate representation of color #504905: hue angle of 54.4º 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 #504905 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB80735-
CMYK00.090.940.69
HSL54.4º88.24%16.67%-
HSV(B)54.4º93.75%31.37%-
XYZ5.726.481.09-
YUV67.3492.82137.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.63%
GREEN value IS 73 (28.91% from 255) = 46.20%
BLUE value IS 5 (2.34% from 255) = 3.16%
R=50.63%
G=46.20%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8073500.090.940.6954.488.2416.67
Hex50495095E45365811
Octal12011150111361056613021
Binary101000010010011010100110111101000101110110101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504905; }

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

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

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

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

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

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

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

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