#50521F

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

Shades of Army green #50521F

Tints of Army green #50521F

Color information

#50521F (or 0x50521F) is unknown color: approx Army green. HEX triplet: 50, 52 and 1F. RGB value is (80,82,31). Sum of RGB (Red+Green+Blue) = 80+82+31=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 82 - color contains mainly: green. Hex color #50521F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50521F is #AFADE0. Grayscale: #4B4B4B. Windows color (decimal): -11513313 or 2052688. OLE color: 2052688.

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

Color convert

RGB808231-
CMYK0.0200.620.68
HSL62.35º45.13%22.16%-
HSV(B)62.35º62.2%32.16%-
XYZ6.577.842.46-
YUV75.59102.84131.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.45%
GREEN value IS 82 (32.42% from 255) = 42.49%
BLUE value IS 31 (12.5% from 255) = 16.06%
R=41.45%
G=42.49%
B=16.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8082310.0200.620.6862.3545.1322.16
Hex50521F203E443e2d16
Octal120122372076104765526
Binary1010000101001011111100111110100010011111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50521F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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