#50551B

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

Shades of Army green #50551B

Tints of Army green #50551B

Color information

#50551B (or 0x50551B) is unknown color: approx Army green. HEX triplet: 50, 55 and 1B. RGB value is (80,85,27). Sum of RGB (Red+Green+Blue) = 80+85+27=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #50551B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50551B is #AFAAE4. Grayscale: #4D4D4D. Windows color (decimal): -11512549 or 1791312. OLE color: 1791312.

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

Color convert

RGB808527-
CMYK0.0600.680.67
HSL65.17º51.79%21.96%-
HSV(B)65.17º68.24%33.33%-
XYZ6.758.282.28-
YUV76.8999.84130.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.67%
GREEN value IS 85 (33.59% from 255) = 44.27%
BLUE value IS 27 (10.94% from 255) = 14.06%
R=41.67%
G=44.27%
B=14.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085270.0600.680.6765.1751.7921.96
Hex50551B604443413416
Octal12012533601041031016426
Binary1010000101010111011110010001001000011100000111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50551B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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