#504906

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

Shades of Verdun Green #504906

Tints of Verdun Green #504906

Color information

#504906 (or 0x504906) is unknown color: approx Verdun Green. HEX triplet: 50, 49 and 06. RGB value is (80,73,6). Sum of RGB (Red+Green+Blue) = 80+73+6=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #504906 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504906 is #AFB6F9. Grayscale: #434343. Windows color (decimal): -11515642 or 411984. OLE color: 411984.

HSL color Cylindrical-coordinate representation of color #504906: hue angle of 54.32º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #504906 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB80736-
CMYK00.090.920.69
HSL54.32º86.05%16.86%-
HSV(B)54.32º92.5%31.37%-
XYZ5.726.481.12-
YUV67.4693.32136.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.31%
GREEN value IS 73 (28.91% from 255) = 45.91%
BLUE value IS 6 (2.73% from 255) = 3.77%
R=50.31%
G=45.91%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8073600.090.920.6954.3286.0516.86
Hex50496095C45365611
Octal12011160111341056612621
Binary101000010010011100100110111001000101110110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504906; }

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

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

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

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

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

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

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

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