#50551C

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

Shades of Army green #50551C

Tints of Army green #50551C

Color information

#50551C (or 0x50551C) is unknown color: approx Army green. HEX triplet: 50, 55 and 1C. RGB value is (80,85,28). Sum of RGB (Red+Green+Blue) = 80+85+28=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #50551C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50551C is #AFAAE3. Grayscale: #4D4D4D. Windows color (decimal): -11512548 or 1856848. OLE color: 1856848.

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

Color convert

RGB808528-
CMYK0.0600.670.67
HSL65.26º50.44%22.16%-
HSV(B)65.26º67.06%33.33%-
XYZ6.778.292.34-
YUV77.01100.34130.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.45%
GREEN value IS 85 (33.59% from 255) = 44.04%
BLUE value IS 28 (11.33% from 255) = 14.51%
R=41.45%
G=44.04%
B=14.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085280.0600.670.6765.2650.4422.16
Hex50551C604343413216
Octal12012534601031031016226
Binary1010000101010111100110010000111000011100000111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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