#50551E

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

Shades of Army green #50551E

Tints of Army green #50551E

Color information

#50551E (or 0x50551E) is unknown color: approx Army green. HEX triplet: 50, 55 and 1E. RGB value is (80,85,30). Sum of RGB (Red+Green+Blue) = 80+85+30=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #50551E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50551E is #AFAAE1. Grayscale: #4D4D4D. Windows color (decimal): -11512546 or 1987920. OLE color: 1987920.

HSL color Cylindrical-coordinate representation of color #50551E: hue angle of 65.45º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50551E is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB808530-
CMYK0.0600.650.67
HSL65.45º47.83%22.55%-
HSV(B)65.45º64.71%33.33%-
XYZ6.798.32.47-
YUV77.24101.34129.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.03%
GREEN value IS 85 (33.59% from 255) = 43.59%
BLUE value IS 30 (12.11% from 255) = 15.38%
R=41.03%
G=43.59%
B=15.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085300.0600.650.6765.4547.8322.55
Hex50551E604143413017
Octal12012536601011031016027
Binary1010000101010111110110010000011000011100000111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50551E; }

 p { color: rgb(80,85,30); }

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

<style>
 a { background-color: #50551E; }

 a { background-color: rgb(80,85,30); }

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

<style>
 span { border-color: #50551E; }

 span { border-color: rgb(80,85,30); }

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