#50521B

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

Shades of Army green #50521B

Tints of Army green #50521B

Color information

#50521B (or 0x50521B) is unknown color: approx Army green. HEX triplet: 50, 52 and 1B. RGB value is (80,82,27). Sum of RGB (Red+Green+Blue) = 80+82+27=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #50521B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50521B is #AFADE4. Grayscale: #4B4B4B. Windows color (decimal): -11513317 or 1790544. OLE color: 1790544.

HSL color Cylindrical-coordinate representation of color #50521B: hue angle of 62.18º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50521B is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB808227-
CMYK0.0200.670.68
HSL62.18º50.46%21.37%-
HSV(B)62.18º67.07%32.16%-
XYZ6.527.822.2-
YUV75.13100.84131.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.33%
GREEN value IS 82 (32.42% from 255) = 43.39%
BLUE value IS 27 (10.94% from 255) = 14.29%
R=42.33%
G=43.39%
B=14.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8082270.0200.670.6862.1850.4621.37
Hex50521B2043443e3215
Octal1201223320103104766225
Binary10100001010010110111001000011100010011111011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50521B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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