#50521D

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

Shades of Army green #50521D

Tints of Army green #50521D

Color information

#50521D (or 0x50521D) is unknown color: approx Army green. HEX triplet: 50, 52 and 1D. RGB value is (80,82,29). Sum of RGB (Red+Green+Blue) = 80+82+29=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 82 - color contains mainly: green. Hex color #50521D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50521D is #AFADE2. Grayscale: #4B4B4B. Windows color (decimal): -11513315 or 1921616. OLE color: 1921616.

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

Color convert

RGB808229-
CMYK0.0200.650.68
HSL62.26º47.75%21.76%-
HSV(B)62.26º64.63%32.16%-
XYZ6.557.832.33-
YUV75.36101.84131.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.88%
GREEN value IS 82 (32.42% from 255) = 42.93%
BLUE value IS 29 (11.72% from 255) = 15.18%
R=41.88%
G=42.93%
B=15.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8082290.0200.650.6862.2647.7521.76
Hex50521D2041443e3016
Octal1201223520101104766026
Binary10100001010010111011001000001100010011111011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50521D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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