#50541B

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

Shades of Army green #50541B

Tints of Army green #50541B

Color information

#50541B (or 0x50541B) is unknown color: approx Army green. HEX triplet: 50, 54 and 1B. RGB value is (80,84,27). Sum of RGB (Red+Green+Blue) = 80+84+27=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #50541B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50541B is #AFABE4. Grayscale: #4C4C4C. Windows color (decimal): -11512805 or 1791056. OLE color: 1791056.

HSL color Cylindrical-coordinate representation of color #50541B: hue angle of 64.21º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50541B is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB808427-
CMYK0.0500.680.67
HSL64.21º51.35%21.76%-
HSV(B)64.21º67.86%32.94%-
XYZ6.688.132.25-
YUV76.31100.17130.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.88%
GREEN value IS 84 (33.20% from 255) = 43.98%
BLUE value IS 27 (10.94% from 255) = 14.14%
R=41.88%
G=43.98%
B=14.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8084270.0500.680.6764.2151.3521.76
Hex50541B504443403316
Octal12012433501041031006326
Binary1010000101010011011101010001001000011100000011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50541B; }

 p { color: rgb(80,84,27); }

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

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

 a { background-color: rgb(80,84,27); }

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

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

 span { border-color: rgb(80,84,27); }

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