#504F11

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

Shades of Verdun Green #504F11

Tints of Verdun Green #504F11

Color information

#504F11 (or 0x504F11) is unknown color: approx Verdun Green. HEX triplet: 50, 4F and 11. RGB value is (80,79,17). Sum of RGB (Red+Green+Blue) = 80+79+17=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #504F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504F11 is #AFB0EE. Grayscale: #484848. Windows color (decimal): -11514095 or 1134416. OLE color: 1134416.

HSL color Cylindrical-coordinate representation of color #504F11: hue angle of 59.05º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #504F11 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB807917-
CMYK00.010.790.69
HSL59.05º64.95%19.02%-
HSV(B)59.05º78.75%31.37%-
XYZ6.217.341.62-
YUV72.2396.83133.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.45%
GREEN value IS 79 (31.25% from 255) = 44.89%
BLUE value IS 17 (7.03% from 255) = 9.66%
R=45.45%
G=44.89%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80791700.010.790.6959.0564.9519.02
Hex504F11014F453b4113
Octal12011721011171057310123
Binary10100001001111100010110011111000101111011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,79,17); }

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

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

 a { background-color: rgb(80,79,17); }

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

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

 span { border-color: rgb(80,79,17); }

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