#504F1F

Color #504F1F Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #504F1F

Tints of Army green #504F1F

Color information

#504F1F (or 0x504F1F) is unknown color: approx Army green. HEX triplet: 50, 4F and 1F. RGB value is (80,79,31). Sum of RGB (Red+Green+Blue) = 80+79+31=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 80 - color contains mainly: red. Hex color #504F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504F1F is #AFB0E0. Grayscale: #4A4A4A. Windows color (decimal): -11514081 or 2051920. OLE color: 2051920.

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

Color convert

RGB807931-
CMYK00.010.610.69
HSL58.78º44.14%21.76%-
HSV(B)58.78º61.25%31.37%-
XYZ6.357.42.39-
YUV73.83103.83132.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.11%
GREEN value IS 79 (31.25% from 255) = 41.58%
BLUE value IS 31 (12.5% from 255) = 16.32%
R=42.11%
G=41.58%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80793100.010.610.6958.7844.1421.76
Hex504F1F013D453b2c16
Octal120117370175105735426
Binary101000010011111111101111101100010111101110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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