#504904

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

Shades of Verdun Green #504904

Tints of Verdun Green #504904

Color information

#504904 (or 0x504904) is unknown color: approx Verdun Green. HEX triplet: 50, 49 and 04. RGB value is (80,73,4). Sum of RGB (Red+Green+Blue) = 80+73+4=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #504904 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504904 is #AFB6FB. Grayscale: #434343. Windows color (decimal): -11515644 or 280912. OLE color: 280912.

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

Color convert

RGB80734-
CMYK00.090.950.69
HSL54.47º90.48%16.47%-
HSV(B)54.47º95%31.37%-
XYZ5.716.481.06-
YUV67.2392.32137.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.96%
GREEN value IS 73 (28.91% from 255) = 46.50%
BLUE value IS 4 (1.95% from 255) = 2.55%
R=50.96%
G=46.50%
B=2.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8073400.090.950.6954.4790.4816.47
Hex50494095F45365a10
Octal12011140111371056613220
Binary101000010010011000100110111111000101110110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504904; }

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

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

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

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

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

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

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

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