#50541D

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

Shades of Army green #50541D

Tints of Army green #50541D

Color information

#50541D (or 0x50541D) is unknown color: approx Army green. HEX triplet: 50, 54 and 1D. RGB value is (80,84,29). Sum of RGB (Red+Green+Blue) = 80+84+29=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 84 - color contains mainly: green. Hex color #50541D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50541D is #AFABE2. Grayscale: #4C4C4C. Windows color (decimal): -11512803 or 1922128. OLE color: 1922128.

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

Color convert

RGB808429-
CMYK0.0500.650.67
HSL64.36º48.67%22.16%-
HSV(B)64.36º65.48%32.94%-
XYZ6.78.132.38-
YUV76.53101.17130.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.45%
GREEN value IS 84 (33.20% from 255) = 43.52%
BLUE value IS 29 (11.72% from 255) = 15.03%
R=41.45%
G=43.52%
B=15.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8084290.0500.650.6764.3648.6722.16
Hex50541D504143403116
Octal12012435501011031006126
Binary1010000101010011101101010000011000011100000011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50541D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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